Shades of Dark Pastel Green #02CA1C
Tints of Dark Pastel Green #02CA1C
RGB
CMYK
RGB Variations
Color information
#02CA1C (or 0x02CA1C) is known color: Dark Pastel Green. HEX triplet: 02, CA and 1C. RGB value is (2,202,28). Sum of RGB (Red+Green+Blue) = 2+202+28=232 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.86% from 232); Green value is 202 (79.30% from 255 or 87.07% from 232); Blue value is 28 (11.33% from 255 or 12.07% from 232); Max value from RGB is 202 - color contains mainly: green. Hex color #02CA1C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02CA1C is #FD35E3. Grayscale: #7A7A7A. Windows color (decimal): -16594404 or 1886722. OLE color: 1886722.
HSL color Cylindrical-coordinate representation of color #02CA1C: hue angle of 127.8º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02CA1C is Cyan = 0.99, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 2 | 202 | 28 | - |
| CMYK | 0.99 | 0 | 0.86 | 0.21 |
| HSL | 127.8º | 0.98% | 0.4% | - |
| HSV(B) | 127.8º | 0.99% | 0.79% | - |
| XYZ | 21.36 | 42.34 | 8.15 | - |
| YUV | 122.36 | 74.74 | 42.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 202 | 28 | 0.99 | 0 | 0.86 | 0.21 | 127.8 | 0.98 | 0.4 |
| Hex | 2 | CA | 1C | 63 | 0 | 56 | 15 | 80 | 62 | 28 |
| Octal | 2 | 312 | 34 | 143 | 0 | 126 | 25 | 200 | 142 | 50 |
| Binary | 10 | 11001010 | 11100 | 1100011 | 0 | 1010110 | 10101 | 10000000 | 1100010 | 101000 |
Color Harmonies of #02CA1C
Complementary color
Monochromatic Colors of #02CA1C
Black with #02CA1C
Text Example
Text Example
White with #02CA1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02CA1C; }
p { color: rgb(2,202,28); }
H1.HeaderClassName
{
color: #02CA1C;
}
.AnyTagClassName
{
color: #02CA1C;
}
</style>
background-color css
<style>
a { background-color: #02CA1C; }
a { background-color: rgb(2,202,28); }
div.DivClassName
{
background-color: #02CA1C;
}
.BgClassName
{
background-color: #02CA1C;
}
</style>
border-color css
<style>
span { border-color: #02CA1C; }
span { border-color: rgb(2,202,28); }
td.TdClassName
{
border-color: #02CA1C;
}
.TagClassName
{
border-color: #02CA1C;
}
</style>