Shades of Dark Pastel Green #02C91E
Tints of Dark Pastel Green #02C91E
RGB
CMYK
RGB Variations
Color information
#02C91E (or 0x02C91E) is known color: Dark Pastel Green. HEX triplet: 02, C9 and 1E. RGB value is (2,201,30). Sum of RGB (Red+Green+Blue) = 2+201+30=233 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.86% from 233); Green value is 201 (78.91% from 255 or 86.27% from 233); Blue value is 30 (12.11% from 255 or 12.88% from 233); Max value from RGB is 201 - color contains mainly: green. Hex color #02C91E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02C91E is #FD36E1. Grayscale: #7A7A7A. Windows color (decimal): -16594658 or 2017538. OLE color: 2017538.
HSL color Cylindrical-coordinate representation of color #02C91E: hue angle of 128.44º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C91E is Cyan = 0.99, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 2 | 201 | 30 | - |
| CMYK | 0.99 | 0 | 0.85 | 0.21 |
| HSL | 128.44º | 0.98% | 0.4% | - |
| HSV(B) | 128.44º | 0.99% | 0.79% | - |
| XYZ | 21.15 | 41.88 | 8.2 | - |
| YUV | 122.01 | 76.07 | 42.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 201 | 30 | 0.99 | 0 | 0.85 | 0.21 | 128.44 | 0.98 | 0.4 |
| Hex | 2 | C9 | 1E | 63 | 0 | 55 | 15 | 80 | 62 | 28 |
| Octal | 2 | 311 | 36 | 143 | 0 | 125 | 25 | 200 | 142 | 50 |
| Binary | 10 | 11001001 | 11110 | 1100011 | 0 | 1010101 | 10101 | 10000000 | 1100010 | 101000 |
Color Harmonies of #02C91E
Complementary color
Monochromatic Colors of #02C91E
Black with #02C91E
Text Example
Text Example
White with #02C91E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C91E; }
p { color: rgb(2,201,30); }
H1.HeaderClassName
{
color: #02C91E;
}
.AnyTagClassName
{
color: #02C91E;
}
</style>
background-color css
<style>
a { background-color: #02C91E; }
a { background-color: rgb(2,201,30); }
div.DivClassName
{
background-color: #02C91E;
}
.BgClassName
{
background-color: #02C91E;
}
</style>
border-color css
<style>
span { border-color: #02C91E; }
span { border-color: rgb(2,201,30); }
td.TdClassName
{
border-color: #02C91E;
}
.TagClassName
{
border-color: #02C91E;
}
</style>