Shades of Dark Pastel Green #02C21A
Tints of Dark Pastel Green #02C21A
RGB
CMYK
RGB Variations
Color information
#02C21A (or 0x02C21A) is known color: Dark Pastel Green. HEX triplet: 02, C2 and 1A. RGB value is (2,194,26). Sum of RGB (Red+Green+Blue) = 2+194+26=222 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.90% from 222); Green value is 194 (76.17% from 255 or 87.39% from 222); Blue value is 26 (10.55% from 255 or 11.71% from 222); Max value from RGB is 194 - color contains mainly: green. Hex color #02C21A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02C21A is #FD3DE5. Grayscale: #757575. Windows color (decimal): -16596454 or 1753602. OLE color: 1753602.
HSL color Cylindrical-coordinate representation of color #02C21A: hue angle of 127.5º 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 #02C21A is Cyan = 0.99, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 2 | 194 | 26 | - |
| CMYK | 0.99 | 0 | 0.87 | 0.24 |
| HSL | 127.5º | 0.98% | 0.38% | - |
| HSV(B) | 127.5º | 0.99% | 0.76% | - |
| XYZ | 19.5 | 38.67 | 7.41 | - |
| YUV | 117.44 | 76.39 | 45.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 194 | 26 | 0.99 | 0 | 0.87 | 0.24 | 127.5 | 0.98 | 0.38 |
| Hex | 2 | C2 | 1A | 63 | 0 | 57 | 18 | 80 | 62 | 26 |
| Octal | 2 | 302 | 32 | 143 | 0 | 127 | 30 | 200 | 142 | 46 |
| Binary | 10 | 11000010 | 11010 | 1100011 | 0 | 1010111 | 11000 | 10000000 | 1100010 | 100110 |
Color Harmonies of #02C21A
Complementary color
Monochromatic Colors of #02C21A
Black with #02C21A
Text Example
Text Example
White with #02C21A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C21A; }
p { color: rgb(2,194,26); }
H1.HeaderClassName
{
color: #02C21A;
}
.AnyTagClassName
{
color: #02C21A;
}
</style>
background-color css
<style>
a { background-color: #02C21A; }
a { background-color: rgb(2,194,26); }
div.DivClassName
{
background-color: #02C21A;
}
.BgClassName
{
background-color: #02C21A;
}
</style>
border-color css
<style>
span { border-color: #02C21A; }
span { border-color: rgb(2,194,26); }
td.TdClassName
{
border-color: #02C21A;
}
.TagClassName
{
border-color: #02C21A;
}
</style>