Shades of Dark Pastel Green #02CF2E
Tints of Dark Pastel Green #02CF2E
RGB
CMYK
RGB Variations
Color information
#02CF2E (or 0x02CF2E) is known color: Dark Pastel Green. HEX triplet: 02, CF and 2E. RGB value is (2,207,46). Sum of RGB (Red+Green+Blue) = 2+207+46=255 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 255); Green value is 207 (81.25% from 255 or 81.18% from 255); Blue value is 46 (18.36% from 255 or 18.04% from 255); Max value from RGB is 207 - color contains mainly: green. Hex color #02CF2E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02CF2E is #FD30D1. Grayscale: #7F7F7F. Windows color (decimal): -16593106 or 3067650. OLE color: 3067650.
HSL color Cylindrical-coordinate representation of color #02CF2E: hue angle of 132.88º 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 #02CF2E is Cyan = 0.99, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 2 | 207 | 46 | - |
| CMYK | 0.99 | 0 | 0.78 | 0.19 |
| HSL | 132.88º | 0.98% | 0.41% | - |
| HSV(B) | 132.88º | 0.99% | 0.81% | - |
| XYZ | 22.83 | 44.84 | 10.04 | - |
| YUV | 127.35 | 82.08 | 38.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 207 | 46 | 0.99 | 0 | 0.78 | 0.19 | 132.88 | 0.98 | 0.41 |
| Hex | 2 | CF | 2E | 63 | 0 | 4E | 13 | 85 | 62 | 29 |
| Octal | 2 | 317 | 56 | 143 | 0 | 116 | 23 | 205 | 142 | 51 |
| Binary | 10 | 11001111 | 101110 | 1100011 | 0 | 1001110 | 10011 | 10000101 | 1100010 | 101001 |
Color Harmonies of #02CF2E
Complementary color
Monochromatic Colors of #02CF2E
Black with #02CF2E
Text Example
Text Example
White with #02CF2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02CF2E; }
p { color: rgb(2,207,46); }
H1.HeaderClassName
{
color: #02CF2E;
}
.AnyTagClassName
{
color: #02CF2E;
}
</style>
background-color css
<style>
a { background-color: #02CF2E; }
a { background-color: rgb(2,207,46); }
div.DivClassName
{
background-color: #02CF2E;
}
.BgClassName
{
background-color: #02CF2E;
}
</style>
border-color css
<style>
span { border-color: #02CF2E; }
span { border-color: rgb(2,207,46); }
td.TdClassName
{
border-color: #02CF2E;
}
.TagClassName
{
border-color: #02CF2E;
}
</style>