Shades of Dark Pastel Green #02C81B
Tints of Dark Pastel Green #02C81B
RGB
CMYK
RGB Variations
Color information
#02C81B (or 0x02C81B) is known color: Dark Pastel Green. HEX triplet: 02, C8 and 1B. RGB value is (2,200,27). Sum of RGB (Red+Green+Blue) = 2+200+27=229 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.87% from 229); Green value is 200 (78.52% from 255 or 87.34% from 229); Blue value is 27 (10.94% from 255 or 11.79% from 229); Max value from RGB is 200 - color contains mainly: green. Hex color #02C81B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02C81B is #FD37E4. Grayscale: #797979. Windows color (decimal): -16594917 or 1820674. OLE color: 1820674.
HSL color Cylindrical-coordinate representation of color #02C81B: hue angle of 127.58º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C81B is Cyan = 0.99, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 2 | 200 | 27 | - |
| CMYK | 0.99 | 0 | 0.86 | 0.22 |
| HSL | 127.58º | 0.98% | 0.4% | - |
| HSV(B) | 127.58º | 0.99% | 0.78% | - |
| XYZ | 20.88 | 41.4 | 7.93 | - |
| YUV | 121.08 | 74.9 | 43.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 200 | 27 | 0.99 | 0 | 0.86 | 0.22 | 127.58 | 0.98 | 0.4 |
| Hex | 2 | C8 | 1B | 63 | 0 | 56 | 16 | 80 | 62 | 28 |
| Octal | 2 | 310 | 33 | 143 | 0 | 126 | 26 | 200 | 142 | 50 |
| Binary | 10 | 11001000 | 11011 | 1100011 | 0 | 1010110 | 10110 | 10000000 | 1100010 | 101000 |
Color Harmonies of #02C81B
Complementary color
Monochromatic Colors of #02C81B
Black with #02C81B
Text Example
Text Example
White with #02C81B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C81B; }
p { color: rgb(2,200,27); }
H1.HeaderClassName
{
color: #02C81B;
}
.AnyTagClassName
{
color: #02C81B;
}
</style>
background-color css
<style>
a { background-color: #02C81B; }
a { background-color: rgb(2,200,27); }
div.DivClassName
{
background-color: #02C81B;
}
.BgClassName
{
background-color: #02C81B;
}
</style>
border-color css
<style>
span { border-color: #02C81B; }
span { border-color: rgb(2,200,27); }
td.TdClassName
{
border-color: #02C81B;
}
.TagClassName
{
border-color: #02C81B;
}
</style>