Shades of Dark Pastel Green #02C81D
Tints of Dark Pastel Green #02C81D
RGB
CMYK
RGB Variations
Color information
#02C81D (or 0x02C81D) is known color: Dark Pastel Green. HEX triplet: 02, C8 and 1D. RGB value is (2,200,29). Sum of RGB (Red+Green+Blue) = 2+200+29=231 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.87% from 231); Green value is 200 (78.52% from 255 or 86.58% from 231); Blue value is 29 (11.72% from 255 or 12.55% from 231); Max value from RGB is 200 - color contains mainly: green. Hex color #02C81D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02C81D is #FD37E2. Grayscale: #797979. Windows color (decimal): -16594915 or 1951746. OLE color: 1951746.
HSL color Cylindrical-coordinate representation of color #02C81D: hue angle of 128.18º 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 #02C81D is Cyan = 0.99, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 2 | 200 | 29 | - |
| CMYK | 0.99 | 0 | 0.86 | 0.22 |
| HSL | 128.18º | 0.98% | 0.4% | - |
| HSV(B) | 128.18º | 0.99% | 0.78% | - |
| XYZ | 20.9 | 41.41 | 8.05 | - |
| YUV | 121.3 | 75.9 | 42.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 200 | 29 | 0.99 | 0 | 0.86 | 0.22 | 128.18 | 0.98 | 0.4 |
| Hex | 2 | C8 | 1D | 63 | 0 | 56 | 16 | 80 | 62 | 28 |
| Octal | 2 | 310 | 35 | 143 | 0 | 126 | 26 | 200 | 142 | 50 |
| Binary | 10 | 11001000 | 11101 | 1100011 | 0 | 1010110 | 10110 | 10000000 | 1100010 | 101000 |
Color Harmonies of #02C81D
Complementary color
Monochromatic Colors of #02C81D
Black with #02C81D
Text Example
Text Example
White with #02C81D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C81D; }
p { color: rgb(2,200,29); }
H1.HeaderClassName
{
color: #02C81D;
}
.AnyTagClassName
{
color: #02C81D;
}
</style>
background-color css
<style>
a { background-color: #02C81D; }
a { background-color: rgb(2,200,29); }
div.DivClassName
{
background-color: #02C81D;
}
.BgClassName
{
background-color: #02C81D;
}
</style>
border-color css
<style>
span { border-color: #02C81D; }
span { border-color: rgb(2,200,29); }
td.TdClassName
{
border-color: #02C81D;
}
.TagClassName
{
border-color: #02C81D;
}
</style>