Shades of Dark Pastel Green #02CF40
Tints of Dark Pastel Green #02CF40
RGB
CMYK
RGB Variations
Color information
#02CF40 (or 0x02CF40) is known color: Dark Pastel Green. HEX triplet: 02, CF and 40. RGB value is (2,207,64). Sum of RGB (Red+Green+Blue) = 2+207+64=273 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 273); Green value is 207 (81.25% from 255 or 75.82% from 273); Blue value is 64 (25.39% from 255 or 23.44% from 273); Max value from RGB is 207 - color contains mainly: green. Hex color #02CF40 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02CF40 is #FD30BF. Grayscale: #818181. Windows color (decimal): -16593088 or 4247298. OLE color: 4247298.
HSL color Cylindrical-coordinate representation of color #02CF40: hue angle of 138.15º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02CF40 is Cyan = 0.99, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 2 | 207 | 64 | - |
| CMYK | 0.99 | 0 | 0.69 | 0.19 |
| HSL | 138.15º | 0.98% | 0.41% | - |
| HSV(B) | 138.15º | 0.99% | 0.81% | - |
| XYZ | 23.26 | 45.01 | 12.31 | - |
| YUV | 129.4 | 91.08 | 37.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 207 | 64 | 0.99 | 0 | 0.69 | 0.19 | 138.15 | 0.98 | 0.41 |
| Hex | 2 | CF | 40 | 63 | 0 | 45 | 13 | 8A | 62 | 29 |
| Octal | 2 | 317 | 100 | 143 | 0 | 105 | 23 | 212 | 142 | 51 |
| Binary | 10 | 11001111 | 1000000 | 1100011 | 0 | 1000101 | 10011 | 10001010 | 1100010 | 101001 |
Color Harmonies of #02CF40
Complementary color
Monochromatic Colors of #02CF40
Black with #02CF40
Text Example
Text Example
White with #02CF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02CF40; }
p { color: rgb(2,207,64); }
H1.HeaderClassName
{
color: #02CF40;
}
.AnyTagClassName
{
color: #02CF40;
}
</style>
background-color css
<style>
a { background-color: #02CF40; }
a { background-color: rgb(2,207,64); }
div.DivClassName
{
background-color: #02CF40;
}
.BgClassName
{
background-color: #02CF40;
}
</style>
border-color css
<style>
span { border-color: #02CF40; }
span { border-color: rgb(2,207,64); }
td.TdClassName
{
border-color: #02CF40;
}
.TagClassName
{
border-color: #02CF40;
}
</style>