Shades of Dark Pastel Green #02CB24
Tints of Dark Pastel Green #02CB24
RGB
CMYK
RGB Variations
Color information
#02CB24 (or 0x02CB24) is known color: Dark Pastel Green. HEX triplet: 02, CB and 24. RGB value is (2,203,36). Sum of RGB (Red+Green+Blue) = 2+203+36=241 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.83% from 241); Green value is 203 (79.69% from 255 or 84.23% from 241); Blue value is 36 (14.45% from 255 or 14.94% from 241); Max value from RGB is 203 - color contains mainly: green. Hex color #02CB24 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02CB24 is #FD34DB. Grayscale: #7C7C7C. Windows color (decimal): -16594140 or 2411266. OLE color: 2411266.
HSL color Cylindrical-coordinate representation of color #02CB24: hue angle of 130.15º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02CB24 is Cyan = 0.99, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 2 | 203 | 36 | - |
| CMYK | 0.99 | 0 | 0.82 | 0.20 |
| HSL | 130.15º | 0.98% | 0.4% | - |
| HSV(B) | 130.15º | 0.99% | 0.8% | - |
| XYZ | 21.7 | 42.85 | 8.8 | - |
| YUV | 123.86 | 78.41 | 41.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 203 | 36 | 0.99 | 0 | 0.82 | 0.20 | 130.15 | 0.98 | 0.4 |
| Hex | 2 | CB | 24 | 63 | 0 | 52 | 14 | 82 | 62 | 28 |
| Octal | 2 | 313 | 44 | 143 | 0 | 122 | 24 | 202 | 142 | 50 |
| Binary | 10 | 11001011 | 100100 | 1100011 | 0 | 1010010 | 10100 | 10000010 | 1100010 | 101000 |
Color Harmonies of #02CB24
Complementary color
Monochromatic Colors of #02CB24
Black with #02CB24
Text Example
Text Example
White with #02CB24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02CB24; }
p { color: rgb(2,203,36); }
H1.HeaderClassName
{
color: #02CB24;
}
.AnyTagClassName
{
color: #02CB24;
}
</style>
background-color css
<style>
a { background-color: #02CB24; }
a { background-color: rgb(2,203,36); }
div.DivClassName
{
background-color: #02CB24;
}
.BgClassName
{
background-color: #02CB24;
}
</style>
border-color css
<style>
span { border-color: #02CB24; }
span { border-color: rgb(2,203,36); }
td.TdClassName
{
border-color: #02CB24;
}
.TagClassName
{
border-color: #02CB24;
}
</style>