Shades of Dark Pastel Green #02C42F
Tints of Dark Pastel Green #02C42F
RGB
CMYK
RGB Variations
Color information
#02C42F (or 0x02C42F) is known color: Dark Pastel Green. HEX triplet: 02, C4 and 2F. RGB value is (2,196,47). Sum of RGB (Red+Green+Blue) = 2+196+47=245 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.82% from 245); Green value is 196 (76.95% from 255 or 80% from 245); Blue value is 47 (18.75% from 255 or 19.18% from 245); Max value from RGB is 196 - color contains mainly: green. Hex color #02C42F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02C42F is #FD3BD0. Grayscale: #797979. Windows color (decimal): -16595921 or 3130370. OLE color: 3130370.
HSL color Cylindrical-coordinate representation of color #02C42F: hue angle of 133.92º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C42F is Cyan = 0.99, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 2 | 196 | 47 | - |
| CMYK | 0.99 | 0 | 0.76 | 0.23 |
| HSL | 133.92º | 0.98% | 0.39% | - |
| HSV(B) | 133.92º | 0.99% | 0.77% | - |
| XYZ | 20.28 | 39.7 | 9.28 | - |
| YUV | 121.01 | 86.23 | 43.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 196 | 47 | 0.99 | 0 | 0.76 | 0.23 | 133.92 | 0.98 | 0.39 |
| Hex | 2 | C4 | 2F | 63 | 0 | 4C | 17 | 86 | 62 | 27 |
| Octal | 2 | 304 | 57 | 143 | 0 | 114 | 27 | 206 | 142 | 47 |
| Binary | 10 | 11000100 | 101111 | 1100011 | 0 | 1001100 | 10111 | 10000110 | 1100010 | 100111 |
Color Harmonies of #02C42F
Complementary color
Monochromatic Colors of #02C42F
Black with #02C42F
Text Example
Text Example
White with #02C42F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C42F; }
p { color: rgb(2,196,47); }
H1.HeaderClassName
{
color: #02C42F;
}
.AnyTagClassName
{
color: #02C42F;
}
</style>
background-color css
<style>
a { background-color: #02C42F; }
a { background-color: rgb(2,196,47); }
div.DivClassName
{
background-color: #02C42F;
}
.BgClassName
{
background-color: #02C42F;
}
</style>
border-color css
<style>
span { border-color: #02C42F; }
span { border-color: rgb(2,196,47); }
td.TdClassName
{
border-color: #02C42F;
}
.TagClassName
{
border-color: #02C42F;
}
</style>