Shades of Dark Pastel Green #02C41A
Tints of Dark Pastel Green #02C41A
RGB
CMYK
RGB Variations
Color information
#02C41A (or 0x02C41A) is known color: Dark Pastel Green. HEX triplet: 02, C4 and 1A. RGB value is (2,196,26). Sum of RGB (Red+Green+Blue) = 2+196+26=224 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.89% from 224); Green value is 196 (76.95% from 255 or 87.5% from 224); Blue value is 26 (10.55% from 255 or 11.61% from 224); Max value from RGB is 196 - color contains mainly: green. Hex color #02C41A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02C41A is #FD3BE5. Grayscale: #777777. Windows color (decimal): -16595942 or 1754114. OLE color: 1754114.
HSL color Cylindrical-coordinate representation of color #02C41A: hue angle of 127.42º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C41A is Cyan = 0.99, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 2 | 196 | 26 | - |
| CMYK | 0.99 | 0 | 0.87 | 0.23 |
| HSL | 127.42º | 0.98% | 0.39% | - |
| HSV(B) | 127.42º | 0.99% | 0.77% | - |
| XYZ | 19.95 | 39.57 | 7.56 | - |
| YUV | 118.61 | 75.73 | 44.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 196 | 26 | 0.99 | 0 | 0.87 | 0.23 | 127.42 | 0.98 | 0.39 |
| Hex | 2 | C4 | 1A | 63 | 0 | 57 | 17 | 7F | 62 | 27 |
| Octal | 2 | 304 | 32 | 143 | 0 | 127 | 27 | 177 | 142 | 47 |
| Binary | 10 | 11000100 | 11010 | 1100011 | 0 | 1010111 | 10111 | 1111111 | 1100010 | 100111 |
Color Harmonies of #02C41A
Complementary color
Monochromatic Colors of #02C41A
Black with #02C41A
Text Example
Text Example
White with #02C41A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C41A; }
p { color: rgb(2,196,26); }
H1.HeaderClassName
{
color: #02C41A;
}
.AnyTagClassName
{
color: #02C41A;
}
</style>
background-color css
<style>
a { background-color: #02C41A; }
a { background-color: rgb(2,196,26); }
div.DivClassName
{
background-color: #02C41A;
}
.BgClassName
{
background-color: #02C41A;
}
</style>
border-color css
<style>
span { border-color: #02C41A; }
span { border-color: rgb(2,196,26); }
td.TdClassName
{
border-color: #02C41A;
}
.TagClassName
{
border-color: #02C41A;
}
</style>