Shades of Dark Pastel Green #02C24D
Tints of Dark Pastel Green #02C24D
RGB
CMYK
RGB Variations
Color information
#02C24D (or 0x02C24D) is known color: Dark Pastel Green. HEX triplet: 02, C2 and 4D. RGB value is (2,194,77). Sum of RGB (Red+Green+Blue) = 2+194+77=273 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 273); Green value is 194 (76.17% from 255 or 71.06% from 273); Blue value is 77 (30.47% from 255 or 28.21% from 273); Max value from RGB is 194 - color contains mainly: green. Hex color #02C24D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02C24D is #FD3DB2. Grayscale: #7B7B7B. Windows color (decimal): -16596403 or 5095938. OLE color: 5095938.
HSL color Cylindrical-coordinate representation of color #02C24D: hue angle of 143.44º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C24D is Cyan = 0.99, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 2 | 194 | 77 | - |
| CMYK | 0.99 | 0 | 0.60 | 0.24 |
| HSL | 143.44º | 0.98% | 0.38% | - |
| HSV(B) | 143.44º | 0.99% | 0.76% | - |
| XYZ | 20.66 | 39.13 | 13.49 | - |
| YUV | 123.25 | 101.89 | 41.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 194 | 77 | 0.99 | 0 | 0.60 | 0.24 | 143.44 | 0.98 | 0.38 |
| Hex | 2 | C2 | 4D | 63 | 0 | 3C | 18 | 8F | 62 | 26 |
| Octal | 2 | 302 | 115 | 143 | 0 | 74 | 30 | 217 | 142 | 46 |
| Binary | 10 | 11000010 | 1001101 | 1100011 | 0 | 111100 | 11000 | 10001111 | 1100010 | 100110 |
Color Harmonies of #02C24D
Complementary color
Monochromatic Colors of #02C24D
Black with #02C24D
Text Example
Text Example
White with #02C24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C24D; }
p { color: rgb(2,194,77); }
H1.HeaderClassName
{
color: #02C24D;
}
.AnyTagClassName
{
color: #02C24D;
}
</style>
background-color css
<style>
a { background-color: #02C24D; }
a { background-color: rgb(2,194,77); }
div.DivClassName
{
background-color: #02C24D;
}
.BgClassName
{
background-color: #02C24D;
}
</style>
border-color css
<style>
span { border-color: #02C24D; }
span { border-color: rgb(2,194,77); }
td.TdClassName
{
border-color: #02C24D;
}
.TagClassName
{
border-color: #02C24D;
}
</style>