Shades of Dark Pastel Green #02CF3E
Tints of Dark Pastel Green #02CF3E
RGB
CMYK
RGB Variations
Color information
#02CF3E (or 0x02CF3E) is known color: Dark Pastel Green. HEX triplet: 02, CF and 3E. RGB value is (2,207,62). Sum of RGB (Red+Green+Blue) = 2+207+62=271 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 271); Green value is 207 (81.25% from 255 or 76.38% from 271); Blue value is 62 (24.61% from 255 or 22.88% from 271); Max value from RGB is 207 - color contains mainly: green. Hex color #02CF3E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02CF3E is #FD30C1. Grayscale: #818181. Windows color (decimal): -16593090 or 4116226. OLE color: 4116226.
HSL color Cylindrical-coordinate representation of color #02CF3E: hue angle of 137.56º 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 #02CF3E is Cyan = 0.99, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 2 | 207 | 62 | - |
| CMYK | 0.99 | 0 | 0.70 | 0.19 |
| HSL | 137.56º | 0.98% | 0.41% | - |
| HSV(B) | 137.56º | 0.99% | 0.81% | - |
| XYZ | 23.21 | 44.99 | 12.02 | - |
| YUV | 129.18 | 90.08 | 37.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 207 | 62 | 0.99 | 0 | 0.70 | 0.19 | 137.56 | 0.98 | 0.41 |
| Hex | 2 | CF | 3E | 63 | 0 | 46 | 13 | 8A | 62 | 29 |
| Octal | 2 | 317 | 76 | 143 | 0 | 106 | 23 | 212 | 142 | 51 |
| Binary | 10 | 11001111 | 111110 | 1100011 | 0 | 1000110 | 10011 | 10001010 | 1100010 | 101001 |
Color Harmonies of #02CF3E
Complementary color
Monochromatic Colors of #02CF3E
Black with #02CF3E
Text Example
Text Example
White with #02CF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02CF3E; }
p { color: rgb(2,207,62); }
H1.HeaderClassName
{
color: #02CF3E;
}
.AnyTagClassName
{
color: #02CF3E;
}
</style>
background-color css
<style>
a { background-color: #02CF3E; }
a { background-color: rgb(2,207,62); }
div.DivClassName
{
background-color: #02CF3E;
}
.BgClassName
{
background-color: #02CF3E;
}
</style>
border-color css
<style>
span { border-color: #02CF3E; }
span { border-color: rgb(2,207,62); }
td.TdClassName
{
border-color: #02CF3E;
}
.TagClassName
{
border-color: #02CF3E;
}
</style>