Shades of Dark Pastel Green #02CF3C
Tints of Dark Pastel Green #02CF3C
RGB
CMYK
RGB Variations
Color information
#02CF3C (or 0x02CF3C) is known color: Dark Pastel Green. HEX triplet: 02, CF and 3C. RGB value is (2,207,60). Sum of RGB (Red+Green+Blue) = 2+207+60=269 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 269); Green value is 207 (81.25% from 255 or 76.95% from 269); Blue value is 60 (23.83% from 255 or 22.30% from 269); Max value from RGB is 207 - color contains mainly: green. Hex color #02CF3C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02CF3C is #FD30C3. Grayscale: #818181. Windows color (decimal): -16593092 or 3985154. OLE color: 3985154.
HSL color Cylindrical-coordinate representation of color #02CF3C: hue angle of 136.98º 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 #02CF3C is Cyan = 0.99, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 2 | 207 | 60 | - |
| CMYK | 0.99 | 0 | 0.71 | 0.19 |
| HSL | 136.98º | 0.98% | 0.41% | - |
| HSV(B) | 136.98º | 0.99% | 0.81% | - |
| XYZ | 23.15 | 44.96 | 11.73 | - |
| YUV | 128.95 | 89.08 | 37.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 207 | 60 | 0.99 | 0 | 0.71 | 0.19 | 136.98 | 0.98 | 0.41 |
| Hex | 2 | CF | 3C | 63 | 0 | 47 | 13 | 89 | 62 | 29 |
| Octal | 2 | 317 | 74 | 143 | 0 | 107 | 23 | 211 | 142 | 51 |
| Binary | 10 | 11001111 | 111100 | 1100011 | 0 | 1000111 | 10011 | 10001001 | 1100010 | 101001 |
Color Harmonies of #02CF3C
Complementary color
Monochromatic Colors of #02CF3C
Black with #02CF3C
Text Example
Text Example
White with #02CF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02CF3C; }
p { color: rgb(2,207,60); }
H1.HeaderClassName
{
color: #02CF3C;
}
.AnyTagClassName
{
color: #02CF3C;
}
</style>
background-color css
<style>
a { background-color: #02CF3C; }
a { background-color: rgb(2,207,60); }
div.DivClassName
{
background-color: #02CF3C;
}
.BgClassName
{
background-color: #02CF3C;
}
</style>
border-color css
<style>
span { border-color: #02CF3C; }
span { border-color: rgb(2,207,60); }
td.TdClassName
{
border-color: #02CF3C;
}
.TagClassName
{
border-color: #02CF3C;
}
</style>