Shades of Dark Pastel Green #02CE17
Tints of Dark Pastel Green #02CE17
RGB
CMYK
RGB Variations
Color information
#02CE17 (or 0x02CE17) is known color: Dark Pastel Green. HEX triplet: 02, CE and 17. RGB value is (2,206,23). Sum of RGB (Red+Green+Blue) = 2+206+23=231 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.87% from 231); Green value is 206 (80.86% from 255 or 89.18% from 231); Blue value is 23 (9.38% from 255 or 9.96% from 231); Max value from RGB is 206 - color contains mainly: green. Hex color #02CE17 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #02CE17 is #FD31E8. Grayscale: #7C7C7C. Windows color (decimal): -16593385 or 1560066. OLE color: 1560066.
HSL color Cylindrical-coordinate representation of color #02CE17: hue angle of 126.18º 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 #02CE17 is Cyan = 0.99, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 2 | 206 | 23 | - |
| CMYK | 0.99 | 0 | 0.89 | 0.19 |
| HSL | 126.18º | 0.98% | 0.41% | - |
| HSV(B) | 126.18º | 0.99% | 0.81% | - |
| XYZ | 22.25 | 44.22 | 8.17 | - |
| YUV | 124.14 | 70.91 | 40.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 206 | 23 | 0.99 | 0 | 0.89 | 0.19 | 126.18 | 0.98 | 0.41 |
| Hex | 2 | CE | 17 | 63 | 0 | 59 | 13 | 7E | 62 | 29 |
| Octal | 2 | 316 | 27 | 143 | 0 | 131 | 23 | 176 | 142 | 51 |
| Binary | 10 | 11001110 | 10111 | 1100011 | 0 | 1011001 | 10011 | 1111110 | 1100010 | 101001 |
Color Harmonies of #02CE17
Complementary color
Monochromatic Colors of #02CE17
Black with #02CE17
Text Example
Text Example
White with #02CE17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02CE17; }
p { color: rgb(2,206,23); }
H1.HeaderClassName
{
color: #02CE17;
}
.AnyTagClassName
{
color: #02CE17;
}
</style>
background-color css
<style>
a { background-color: #02CE17; }
a { background-color: rgb(2,206,23); }
div.DivClassName
{
background-color: #02CE17;
}
.BgClassName
{
background-color: #02CE17;
}
</style>
border-color css
<style>
span { border-color: #02CE17; }
span { border-color: rgb(2,206,23); }
td.TdClassName
{
border-color: #02CE17;
}
.TagClassName
{
border-color: #02CE17;
}
</style>