Shades of Dark Pastel Green #02CB21
Tints of Dark Pastel Green #02CB21
RGB
CMYK
RGB Variations
Color information
#02CB21 (or 0x02CB21) is known color: Dark Pastel Green. HEX triplet: 02, CB and 21. RGB value is (2,203,33). Sum of RGB (Red+Green+Blue) = 2+203+33=238 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.84% from 238); Green value is 203 (79.69% from 255 or 85.29% from 238); Blue value is 33 (13.28% from 255 or 13.87% from 238); Max value from RGB is 203 - color contains mainly: green. Hex color #02CB21 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02CB21 is #FD34DE. Grayscale: #7B7B7B. Windows color (decimal): -16594143 or 2214658. OLE color: 2214658.
HSL color Cylindrical-coordinate representation of color #02CB21: hue angle of 129.25º 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 #02CB21 is Cyan = 0.99, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 2 | 203 | 33 | - |
| CMYK | 0.99 | 0 | 0.84 | 0.20 |
| HSL | 129.25º | 0.98% | 0.4% | - |
| HSV(B) | 129.25º | 0.99% | 0.8% | - |
| XYZ | 21.66 | 42.83 | 8.57 | - |
| YUV | 123.52 | 76.91 | 41.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 203 | 33 | 0.99 | 0 | 0.84 | 0.20 | 129.25 | 0.98 | 0.4 |
| Hex | 2 | CB | 21 | 63 | 0 | 54 | 14 | 81 | 62 | 28 |
| Octal | 2 | 313 | 41 | 143 | 0 | 124 | 24 | 201 | 142 | 50 |
| Binary | 10 | 11001011 | 100001 | 1100011 | 0 | 1010100 | 10100 | 10000001 | 1100010 | 101000 |
Color Harmonies of #02CB21
Complementary color
Monochromatic Colors of #02CB21
Black with #02CB21
Text Example
Text Example
White with #02CB21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02CB21; }
p { color: rgb(2,203,33); }
H1.HeaderClassName
{
color: #02CB21;
}
.AnyTagClassName
{
color: #02CB21;
}
</style>
background-color css
<style>
a { background-color: #02CB21; }
a { background-color: rgb(2,203,33); }
div.DivClassName
{
background-color: #02CB21;
}
.BgClassName
{
background-color: #02CB21;
}
</style>
border-color css
<style>
span { border-color: #02CB21; }
span { border-color: rgb(2,203,33); }
td.TdClassName
{
border-color: #02CB21;
}
.TagClassName
{
border-color: #02CB21;
}
</style>