Shades of Dark Pastel Green #02C01E
Tints of Dark Pastel Green #02C01E
RGB
CMYK
RGB Variations
Color information
#02C01E (or 0x02C01E) is known color: Dark Pastel Green. HEX triplet: 02, C0 and 1E. RGB value is (2,192,30). Sum of RGB (Red+Green+Blue) = 2+192+30=224 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.89% from 224); Green value is 192 (75.39% from 255 or 85.71% from 224); Blue value is 30 (12.11% from 255 or 13.39% from 224); Max value from RGB is 192 - color contains mainly: green. Hex color #02C01E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02C01E is #FD3FE1. Grayscale: #757575. Windows color (decimal): -16596962 or 2015234. OLE color: 2015234.
HSL color Cylindrical-coordinate representation of color #02C01E: hue angle of 128.84º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C01E is Cyan = 0.99, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 2 | 192 | 30 | - |
| CMYK | 0.99 | 0 | 0.84 | 0.25 |
| HSL | 128.84º | 0.98% | 0.38% | - |
| HSV(B) | 128.84º | 0.99% | 0.75% | - |
| XYZ | 19.11 | 37.81 | 7.52 | - |
| YUV | 116.72 | 79.05 | 46.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 192 | 30 | 0.99 | 0 | 0.84 | 0.25 | 128.84 | 0.98 | 0.38 |
| Hex | 2 | C0 | 1E | 63 | 0 | 54 | 19 | 81 | 62 | 26 |
| Octal | 2 | 300 | 36 | 143 | 0 | 124 | 31 | 201 | 142 | 46 |
| Binary | 10 | 11000000 | 11110 | 1100011 | 0 | 1010100 | 11001 | 10000001 | 1100010 | 100110 |
Color Harmonies of #02C01E
Complementary color
Monochromatic Colors of #02C01E
Black with #02C01E
Text Example
Text Example
White with #02C01E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C01E; }
p { color: rgb(2,192,30); }
H1.HeaderClassName
{
color: #02C01E;
}
.AnyTagClassName
{
color: #02C01E;
}
</style>
background-color css
<style>
a { background-color: #02C01E; }
a { background-color: rgb(2,192,30); }
div.DivClassName
{
background-color: #02C01E;
}
.BgClassName
{
background-color: #02C01E;
}
</style>
border-color css
<style>
span { border-color: #02C01E; }
span { border-color: rgb(2,192,30); }
td.TdClassName
{
border-color: #02C01E;
}
.TagClassName
{
border-color: #02C01E;
}
</style>