Shades of Dark Pastel Green #02C42A
Tints of Dark Pastel Green #02C42A
RGB
CMYK
RGB Variations
Color information
#02C42A (or 0x02C42A) is known color: Dark Pastel Green. HEX triplet: 02, C4 and 2A. RGB value is (2,196,42). Sum of RGB (Red+Green+Blue) = 2+196+42=240 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.83% from 240); Green value is 196 (76.95% from 255 or 81.67% from 240); Blue value is 42 (16.80% from 255 or 17.5% from 240); Max value from RGB is 196 - color contains mainly: green. Hex color #02C42A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02C42A is #FD3BD5. Grayscale: #787878. Windows color (decimal): -16595926 or 2802690. OLE color: 2802690.
HSL color Cylindrical-coordinate representation of color #02C42A: hue angle of 132.37º 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 #02C42A is Cyan = 0.99, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 2 | 196 | 42 | - |
| CMYK | 0.99 | 0 | 0.79 | 0.23 |
| HSL | 132.37º | 0.98% | 0.39% | - |
| HSV(B) | 132.37º | 0.99% | 0.77% | - |
| XYZ | 20.18 | 39.66 | 8.78 | - |
| YUV | 120.44 | 83.73 | 43.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 196 | 42 | 0.99 | 0 | 0.79 | 0.23 | 132.37 | 0.98 | 0.39 |
| Hex | 2 | C4 | 2A | 63 | 0 | 4F | 17 | 84 | 62 | 27 |
| Octal | 2 | 304 | 52 | 143 | 0 | 117 | 27 | 204 | 142 | 47 |
| Binary | 10 | 11000100 | 101010 | 1100011 | 0 | 1001111 | 10111 | 10000100 | 1100010 | 100111 |
Color Harmonies of #02C42A
Complementary color
Monochromatic Colors of #02C42A
Black with #02C42A
Text Example
Text Example
White with #02C42A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C42A; }
p { color: rgb(2,196,42); }
H1.HeaderClassName
{
color: #02C42A;
}
.AnyTagClassName
{
color: #02C42A;
}
</style>
background-color css
<style>
a { background-color: #02C42A; }
a { background-color: rgb(2,196,42); }
div.DivClassName
{
background-color: #02C42A;
}
.BgClassName
{
background-color: #02C42A;
}
</style>
border-color css
<style>
span { border-color: #02C42A; }
span { border-color: rgb(2,196,42); }
td.TdClassName
{
border-color: #02C42A;
}
.TagClassName
{
border-color: #02C42A;
}
</style>