Shades of Dark Pastel Green #02C52F
Tints of Dark Pastel Green #02C52F
RGB
CMYK
RGB Variations
Color information
#02C52F (or 0x02C52F) is known color: Dark Pastel Green. HEX triplet: 02, C5 and 2F. RGB value is (2,197,47). Sum of RGB (Red+Green+Blue) = 2+197+47=246 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.81% from 246); Green value is 197 (77.34% from 255 or 80.08% from 246); Blue value is 47 (18.75% from 255 or 19.11% from 246); Max value from RGB is 197 - color contains mainly: green. Hex color #02C52F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02C52F is #FD3AD0. Grayscale: #797979. Windows color (decimal): -16595665 or 3130626. OLE color: 3130626.
HSL color Cylindrical-coordinate representation of color #02C52F: hue angle of 133.85º 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 #02C52F is Cyan = 0.99, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 2 | 197 | 47 | - |
| CMYK | 0.99 | 0 | 0.76 | 0.23 |
| HSL | 133.85º | 0.98% | 0.39% | - |
| HSV(B) | 133.85º | 0.99% | 0.77% | - |
| XYZ | 20.5 | 40.15 | 9.36 | - |
| YUV | 121.6 | 85.9 | 42.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 197 | 47 | 0.99 | 0 | 0.76 | 0.23 | 133.85 | 0.98 | 0.39 |
| Hex | 2 | C5 | 2F | 63 | 0 | 4C | 17 | 86 | 62 | 27 |
| Octal | 2 | 305 | 57 | 143 | 0 | 114 | 27 | 206 | 142 | 47 |
| Binary | 10 | 11000101 | 101111 | 1100011 | 0 | 1001100 | 10111 | 10000110 | 1100010 | 100111 |
Color Harmonies of #02C52F
Complementary color
Monochromatic Colors of #02C52F
Black with #02C52F
Text Example
Text Example
White with #02C52F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C52F; }
p { color: rgb(2,197,47); }
H1.HeaderClassName
{
color: #02C52F;
}
.AnyTagClassName
{
color: #02C52F;
}
</style>
background-color css
<style>
a { background-color: #02C52F; }
a { background-color: rgb(2,197,47); }
div.DivClassName
{
background-color: #02C52F;
}
.BgClassName
{
background-color: #02C52F;
}
</style>
border-color css
<style>
span { border-color: #02C52F; }
span { border-color: rgb(2,197,47); }
td.TdClassName
{
border-color: #02C52F;
}
.TagClassName
{
border-color: #02C52F;
}
</style>