Color spaces of #3dc22e
RGB | 61 | 194 | 46 |
---|---|---|---|
HSL | 0.32 | 0.62 | 0.47 |
HSV | 114° | 76° | 76° |
CMYK | 0.69 | 0.00 | 0.76 0.24 |
XYZ | 21.7094 | 39.7729 | 9.1175 |
Yxy | 39.7729 | 0.3075 | 0.5634 |
Hunter Lab | 63.0658 | -48.9192 | 35.5744 |
CIE-Lab | 69.3075 | -62.0672 | 59.5831 |
#3dc22e color RGB value is (61,194,46).
#3dc22e hex color red value is 61, green value is 194 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #3dc22e hue: 0.32 , saturation: 0.62 and the lightness value of 3dc22e is 0.47.
The process color (four color CMYK) of #3dc22e color hex is 0.69, 0.00, 0.76, 0.24. Web safe color of #3dc22e is #33cc33. Color #3dc22e contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00111101 | 11000010 | 00101110 |
Octal | 75 | 302 | 56 |
Decimal | 61 | 194 | 46 |
Hex | 3D | C2 | 2E |
Shades of #3dc22e
Tints of #3dc22e
RGB Percentages of Color #3dc22e
CMYK Percentages of Color #3dc22e
Complementary Color
#3dc22e | #b32ec2 |
#3dc22e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#3dc22e Color Preview on White Background
Lorem ipsum dolor sit amet.
#3dc22e Color CSS Codes
.mybgcolor {background-color:#3dc22e; } .myforecolor {color:#3dc22e; } .mybordercolor {border:3px solid #3dc22e; }
#3dc22e Text Font Color
<p style="color:#3dc22e">Text here</p>
This sample text font color is #3dc22e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#3dc22e Background Color
<div style="background-color:#3dc22e">
Div content here</div>
This div background color is #3dc22e
#3dc22e Border Color
<div style="border:3px solid #3dc22e">
Div here</div>
This div border color is #3dc22e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(61,194,46, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #3dc22e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #3dc22e; -webkit-box-shadow: 1px 1px 3px 2px #3dc22e; box-shadow: 1px 1px 3px 2px #3dc22e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(61,194,46, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #3dc22e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #3dc22e; -webkit-box-shadow: 1px 1px 3px 2px #3dc22e; box-shadow: 1px 1px 3px 2px #3dc22e;">
Div content here</div>
This div box has shadow with color #3dc22e
Comments
No comments written yet.
Please login to write comment.