Shades of Dark Pastel Green #02C11B
Tints of Dark Pastel Green #02C11B
RGB
CMYK
RGB Variations
Color information
#02C11B (or 0x02C11B) is known color: Dark Pastel Green. HEX triplet: 02, C1 and 1B. RGB value is (2,193,27). Sum of RGB (Red+Green+Blue) = 2+193+27=222 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.90% from 222); Green value is 193 (75.78% from 255 or 86.94% from 222); Blue value is 27 (10.94% from 255 or 12.16% from 222); Max value from RGB is 193 - color contains mainly: green. Hex color #02C11B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02C11B is #FD3EE4. Grayscale: #757575. Windows color (decimal): -16596709 or 1818882. OLE color: 1818882.
HSL color Cylindrical-coordinate representation of color #02C11B: hue angle of 127.85º 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 #02C11B is Cyan = 0.99, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 2 | 193 | 27 | - |
| CMYK | 0.99 | 0 | 0.86 | 0.24 |
| HSL | 127.85º | 0.98% | 0.38% | - |
| HSV(B) | 127.85º | 0.99% | 0.76% | - |
| XYZ | 19.29 | 38.23 | 7.4 | - |
| YUV | 116.97 | 77.22 | 46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 193 | 27 | 0.99 | 0 | 0.86 | 0.24 | 127.85 | 0.98 | 0.38 |
| Hex | 2 | C1 | 1B | 63 | 0 | 56 | 18 | 80 | 62 | 26 |
| Octal | 2 | 301 | 33 | 143 | 0 | 126 | 30 | 200 | 142 | 46 |
| Binary | 10 | 11000001 | 11011 | 1100011 | 0 | 1010110 | 11000 | 10000000 | 1100010 | 100110 |
Color Harmonies of #02C11B
Complementary color
Monochromatic Colors of #02C11B
Black with #02C11B
Text Example
Text Example
White with #02C11B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02C11B; }
p { color: rgb(2,193,27); }
H1.HeaderClassName
{
color: #02C11B;
}
.AnyTagClassName
{
color: #02C11B;
}
</style>
background-color css
<style>
a { background-color: #02C11B; }
a { background-color: rgb(2,193,27); }
div.DivClassName
{
background-color: #02C11B;
}
.BgClassName
{
background-color: #02C11B;
}
</style>
border-color css
<style>
span { border-color: #02C11B; }
span { border-color: rgb(2,193,27); }
td.TdClassName
{
border-color: #02C11B;
}
.TagClassName
{
border-color: #02C11B;
}
</style>