Shades of Dark Pastel Green #02C42C
Tints of Dark Pastel Green #02C42C
RGB
CMYK
RGB Variations
Color information
#02C42C (or 0x02C42C) is known color: Dark Pastel Green. HEX triplet: 02, C4 and 2C. RGB value is (2,196,44). Sum of RGB (Red+Green+Blue) = 2+196+44=242 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.83% from 242); Green value is 196 (76.95% from 255 or 80.99% from 242); Blue value is 44 (17.58% from 255 or 18.18% from 242); Max value from RGB is 196 - color contains mainly: green. Hex color #02C42C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02C42C is #FD3BD3. Grayscale: #797979. Windows color (decimal): -16595924 or 2933762. OLE color: 2933762.
HSL color Cylindrical-coordinate representation of color #02C42C: hue angle of 132.99º 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 #02C42C is Cyan = 0.99, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 2 | 196 | 44 | - |
| CMYK | 0.99 | 0 | 0.78 | 0.23 |
| HSL | 132.99º | 0.98% | 0.39% | - |
| HSV(B) | 132.99º | 0.99% | 0.77% | - |
| XYZ | 20.22 | 39.67 | 8.98 | - |
| YUV | 120.67 | 84.73 | 43.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 196 | 44 | 0.99 | 0 | 0.78 | 0.23 | 132.99 | 0.98 | 0.39 |
| Hex | 2 | C4 | 2C | 63 | 0 | 4E | 17 | 85 | 62 | 27 |
| Octal | 2 | 304 | 54 | 143 | 0 | 116 | 27 | 205 | 142 | 47 |
| Binary | 10 | 11000100 | 101100 | 1100011 | 0 | 1001110 | 10111 | 10000101 | 1100010 | 100111 |
Color Harmonies of #02C42C
Complementary color
Monochromatic Colors of #02C42C
Black with #02C42C
Text Example
Text Example
White with #02C42C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C42C; }
p { color: rgb(2,196,44); }
H1.HeaderClassName
{
color: #02C42C;
}
.AnyTagClassName
{
color: #02C42C;
}
</style>
background-color css
<style>
a { background-color: #02C42C; }
a { background-color: rgb(2,196,44); }
div.DivClassName
{
background-color: #02C42C;
}
.BgClassName
{
background-color: #02C42C;
}
</style>
border-color css
<style>
span { border-color: #02C42C; }
span { border-color: rgb(2,196,44); }
td.TdClassName
{
border-color: #02C42C;
}
.TagClassName
{
border-color: #02C42C;
}
</style>