Shades of Dark Pastel Green #02CE19
Tints of Dark Pastel Green #02CE19
RGB
CMYK
RGB Variations
Color information
#02CE19 (or 0x02CE19) is known color: Dark Pastel Green. HEX triplet: 02, CE and 19. RGB value is (2,206,25). Sum of RGB (Red+Green+Blue) = 2+206+25=233 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.86% from 233); Green value is 206 (80.86% from 255 or 88.41% from 233); Blue value is 25 (10.16% from 255 or 10.73% from 233); Max value from RGB is 206 - color contains mainly: green. Hex color #02CE19 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02CE19 is #FD31E6. Grayscale: #7C7C7C. Windows color (decimal): -16593383 or 1691138. OLE color: 1691138.
HSL color Cylindrical-coordinate representation of color #02CE19: hue angle of 126.76º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02CE19 is Cyan = 0.99, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 2 | 206 | 25 | - |
| CMYK | 0.99 | 0 | 0.88 | 0.19 |
| HSL | 126.76º | 0.98% | 0.41% | - |
| HSV(B) | 126.76º | 0.99% | 0.81% | - |
| XYZ | 22.27 | 44.23 | 8.28 | - |
| YUV | 124.37 | 71.91 | 40.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 206 | 25 | 0.99 | 0 | 0.88 | 0.19 | 126.76 | 0.98 | 0.41 |
| Hex | 2 | CE | 19 | 63 | 0 | 58 | 13 | 7F | 62 | 29 |
| Octal | 2 | 316 | 31 | 143 | 0 | 130 | 23 | 177 | 142 | 51 |
| Binary | 10 | 11001110 | 11001 | 1100011 | 0 | 1011000 | 10011 | 1111111 | 1100010 | 101001 |
Color Harmonies of #02CE19
Complementary color
Monochromatic Colors of #02CE19
Black with #02CE19
Text Example
Text Example
White with #02CE19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02CE19; }
p { color: rgb(2,206,25); }
H1.HeaderClassName
{
color: #02CE19;
}
.AnyTagClassName
{
color: #02CE19;
}
</style>
background-color css
<style>
a { background-color: #02CE19; }
a { background-color: rgb(2,206,25); }
div.DivClassName
{
background-color: #02CE19;
}
.BgClassName
{
background-color: #02CE19;
}
</style>
border-color css
<style>
span { border-color: #02CE19; }
span { border-color: rgb(2,206,25); }
td.TdClassName
{
border-color: #02CE19;
}
.TagClassName
{
border-color: #02CE19;
}
</style>