Shades of Dark Pastel Green #02CE18
Tints of Dark Pastel Green #02CE18
RGB
CMYK
RGB Variations
Color information
#02CE18 (or 0x02CE18) is known color: Dark Pastel Green. HEX triplet: 02, CE and 18. RGB value is (2,206,24). Sum of RGB (Red+Green+Blue) = 2+206+24=232 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.86% from 232); Green value is 206 (80.86% from 255 or 88.79% from 232); Blue value is 24 (9.77% from 255 or 10.34% from 232); Max value from RGB is 206 - color contains mainly: green. Hex color #02CE18 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02CE18 is #FD31E7. Grayscale: #7C7C7C. Windows color (decimal): -16593384 or 1625602. OLE color: 1625602.
HSL color Cylindrical-coordinate representation of color #02CE18: hue angle of 126.47º 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 #02CE18 is Cyan = 0.99, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 2 | 206 | 24 | - |
| CMYK | 0.99 | 0 | 0.88 | 0.19 |
| HSL | 126.47º | 0.98% | 0.41% | - |
| HSV(B) | 126.47º | 0.99% | 0.81% | - |
| XYZ | 22.26 | 44.22 | 8.23 | - |
| YUV | 124.26 | 71.41 | 40.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 206 | 24 | 0.99 | 0 | 0.88 | 0.19 | 126.47 | 0.98 | 0.41 |
| Hex | 2 | CE | 18 | 63 | 0 | 58 | 13 | 7E | 62 | 29 |
| Octal | 2 | 316 | 30 | 143 | 0 | 130 | 23 | 176 | 142 | 51 |
| Binary | 10 | 11001110 | 11000 | 1100011 | 0 | 1011000 | 10011 | 1111110 | 1100010 | 101001 |
Color Harmonies of #02CE18
Complementary color
Monochromatic Colors of #02CE18
Black with #02CE18
Text Example
Text Example
White with #02CE18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02CE18; }
p { color: rgb(2,206,24); }
H1.HeaderClassName
{
color: #02CE18;
}
.AnyTagClassName
{
color: #02CE18;
}
</style>
background-color css
<style>
a { background-color: #02CE18; }
a { background-color: rgb(2,206,24); }
div.DivClassName
{
background-color: #02CE18;
}
.BgClassName
{
background-color: #02CE18;
}
</style>
border-color css
<style>
span { border-color: #02CE18; }
span { border-color: rgb(2,206,24); }
td.TdClassName
{
border-color: #02CE18;
}
.TagClassName
{
border-color: #02CE18;
}
</style>