Color spaces of #02d720
RGB | 2 | 215 | 32 |
---|---|---|---|
HSL | 0.36 | 0.98 | 0.43 |
HSV | 128° | 99° | 84° |
CMYK | 0.99 | 0.00 | 0.85 0.16 |
XYZ | 24.5862 | 48.7181 | 9.4742 |
Yxy | 48.7181 | 0.2970 | 0.5885 |
Hunter Lab | 69.7984 | -59.2712 | 40.8110 |
CIE-Lab | 75.2756 | -74.8475 | 68.7465 |
#02d720 color RGB value is (2,215,32).
#02d720 hex color red value is 2, green value is 215 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #02d720 hue: 0.36 , saturation: 0.98 and the lightness value of 02d720 is 0.43.
The process color (four color CMYK) of #02d720 color hex is 0.99, 0.00, 0.85, 0.16. Web safe color of #02d720 is #00cc33. Color #02d720 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000010 | 11010111 | 00100000 |
Octal | 2 | 327 | 40 |
Decimal | 2 | 215 | 32 |
Hex | 2 | D7 | 20 |
Shades of #02d720
Tints of #02d720
RGB Percentages of Color #02d720
CMYK Percentages of Color #02d720
Complementary Color
#02d720 | #d702b9 |
#02d720 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#02d720 Color Preview on White Background
Lorem ipsum dolor sit amet.
#02d720 Color CSS Codes
.mybgcolor {background-color:#02d720; } .myforecolor {color:#02d720; } .mybordercolor {border:3px solid #02d720; }
#02d720 Text Font Color
<p style="color:#02d720">Text here</p>
This sample text font color is #02d720
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.
#02d720 Background Color
<div style="background-color:#02d720">
Div content here</div>
This div background color is #02d720
#02d720 Border Color
<div style="border:3px solid #02d720">
Div here</div>
This div border color is #02d720
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(2,215,32, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #02d720; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #02d720; -webkit-box-shadow: 1px 1px 3px 2px #02d720; box-shadow: 1px 1px 3px 2px #02d720; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(2,215,32, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #02d720">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #02d720; -webkit-box-shadow: 1px 1px 3px 2px #02d720; box-shadow: 1px 1px 3px 2px #02d720;">
Div content here</div>
This div box has shadow with color #02d720
Comments
No comments written yet.
Please login to write comment.