Shades of Dark Pastel Green #02CA1B
Tints of Dark Pastel Green #02CA1B
RGB
CMYK
RGB Variations
Color information
#02CA1B (or 0x02CA1B) is known color: Dark Pastel Green. HEX triplet: 02, CA and 1B. RGB value is (2,202,27). Sum of RGB (Red+Green+Blue) = 2+202+27=231 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.87% from 231); Green value is 202 (79.30% from 255 or 87.45% from 231); Blue value is 27 (10.94% from 255 or 11.69% from 231); Max value from RGB is 202 - color contains mainly: green. Hex color #02CA1B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02CA1B is #FD35E4. Grayscale: #7A7A7A. Windows color (decimal): -16594405 or 1821186. OLE color: 1821186.
HSL color Cylindrical-coordinate representation of color #02CA1B: hue angle of 127.5º 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 #02CA1B is Cyan = 0.99, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 2 | 202 | 27 | - |
| CMYK | 0.99 | 0 | 0.87 | 0.21 |
| HSL | 127.5º | 0.98% | 0.4% | - |
| HSV(B) | 127.5º | 0.99% | 0.79% | - |
| XYZ | 21.34 | 42.33 | 8.08 | - |
| YUV | 122.25 | 74.24 | 42.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 202 | 27 | 0.99 | 0 | 0.87 | 0.21 | 127.5 | 0.98 | 0.4 |
| Hex | 2 | CA | 1B | 63 | 0 | 57 | 15 | 80 | 62 | 28 |
| Octal | 2 | 312 | 33 | 143 | 0 | 127 | 25 | 200 | 142 | 50 |
| Binary | 10 | 11001010 | 11011 | 1100011 | 0 | 1010111 | 10101 | 10000000 | 1100010 | 101000 |
Color Harmonies of #02CA1B
Complementary color
Monochromatic Colors of #02CA1B
Black with #02CA1B
Text Example
Text Example
White with #02CA1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02CA1B; }
p { color: rgb(2,202,27); }
H1.HeaderClassName
{
color: #02CA1B;
}
.AnyTagClassName
{
color: #02CA1B;
}
</style>
background-color css
<style>
a { background-color: #02CA1B; }
a { background-color: rgb(2,202,27); }
div.DivClassName
{
background-color: #02CA1B;
}
.BgClassName
{
background-color: #02CA1B;
}
</style>
border-color css
<style>
span { border-color: #02CA1B; }
span { border-color: rgb(2,202,27); }
td.TdClassName
{
border-color: #02CA1B;
}
.TagClassName
{
border-color: #02CA1B;
}
</style>