Shades of Dark Pastel Green #02CC1A
Tints of Dark Pastel Green #02CC1A
RGB
CMYK
RGB Variations
Color information
#02CC1A (or 0x02CC1A) is known color: Dark Pastel Green. HEX triplet: 02, CC and 1A. RGB value is (2,204,26). Sum of RGB (Red+Green+Blue) = 2+204+26=232 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.86% from 232); Green value is 204 (80.08% from 255 or 87.93% from 232); Blue value is 26 (10.55% from 255 or 11.21% from 232); Max value from RGB is 204 - color contains mainly: green. Hex color #02CC1A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02CC1A is #FD33E5. Grayscale: #7B7B7B. Windows color (decimal): -16593894 or 1756162. OLE color: 1756162.
HSL color Cylindrical-coordinate representation of color #02CC1A: hue angle of 127.13º 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 #02CC1A is Cyan = 0.99, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 2 | 204 | 26 | - |
| CMYK | 0.99 | 0 | 0.87 | 0.2 |
| HSL | 127.13º | 0.98% | 0.4% | - |
| HSV(B) | 127.13º | 0.99% | 0.8% | - |
| XYZ | 21.8 | 43.27 | 8.18 | - |
| YUV | 123.31 | 73.08 | 41.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 204 | 26 | 0.99 | 0 | 0.87 | 0.2 | 127.13 | 0.98 | 0.4 |
| Hex | 2 | CC | 1A | 63 | 0 | 57 | 14 | 7F | 62 | 28 |
| Octal | 2 | 314 | 32 | 143 | 0 | 127 | 24 | 177 | 142 | 50 |
| Binary | 10 | 11001100 | 11010 | 1100011 | 0 | 1010111 | 10100 | 1111111 | 1100010 | 101000 |
Color Harmonies of #02CC1A
Complementary color
Monochromatic Colors of #02CC1A
Black with #02CC1A
Text Example
Text Example
White with #02CC1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02CC1A; }
p { color: rgb(2,204,26); }
H1.HeaderClassName
{
color: #02CC1A;
}
.AnyTagClassName
{
color: #02CC1A;
}
</style>
background-color css
<style>
a { background-color: #02CC1A; }
a { background-color: rgb(2,204,26); }
div.DivClassName
{
background-color: #02CC1A;
}
.BgClassName
{
background-color: #02CC1A;
}
</style>
border-color css
<style>
span { border-color: #02CC1A; }
span { border-color: rgb(2,204,26); }
td.TdClassName
{
border-color: #02CC1A;
}
.TagClassName
{
border-color: #02CC1A;
}
</style>