Shades of Dark Pastel Green #02CE1E
Tints of Dark Pastel Green #02CE1E
RGB
CMYK
RGB Variations
Color information
#02CE1E (or 0x02CE1E) is known color: Dark Pastel Green. HEX triplet: 02, CE and 1E. RGB value is (2,206,30). Sum of RGB (Red+Green+Blue) = 2+206+30=238 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.84% from 238); Green value is 206 (80.86% from 255 or 86.55% from 238); Blue value is 30 (12.11% from 255 or 12.61% from 238); Max value from RGB is 206 - color contains mainly: green. Hex color #02CE1E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02CE1E is #FD31E1. Grayscale: #7D7D7D. Windows color (decimal): -16593378 or 2018818. OLE color: 2018818.
HSL color Cylindrical-coordinate representation of color #02CE1E: hue angle of 128.24º 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 #02CE1E is Cyan = 0.99, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 2 | 206 | 30 | - |
| CMYK | 0.99 | 0 | 0.85 | 0.19 |
| HSL | 128.24º | 0.98% | 0.41% | - |
| HSV(B) | 128.24º | 0.99% | 0.81% | - |
| XYZ | 22.33 | 44.25 | 8.59 | - |
| YUV | 124.94 | 74.41 | 40.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 206 | 30 | 0.99 | 0 | 0.85 | 0.19 | 128.24 | 0.98 | 0.41 |
| Hex | 2 | CE | 1E | 63 | 0 | 55 | 13 | 80 | 62 | 29 |
| Octal | 2 | 316 | 36 | 143 | 0 | 125 | 23 | 200 | 142 | 51 |
| Binary | 10 | 11001110 | 11110 | 1100011 | 0 | 1010101 | 10011 | 10000000 | 1100010 | 101001 |
Color Harmonies of #02CE1E
Complementary color
Monochromatic Colors of #02CE1E
Black with #02CE1E
Text Example
Text Example
White with #02CE1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02CE1E; }
p { color: rgb(2,206,30); }
H1.HeaderClassName
{
color: #02CE1E;
}
.AnyTagClassName
{
color: #02CE1E;
}
</style>
background-color css
<style>
a { background-color: #02CE1E; }
a { background-color: rgb(2,206,30); }
div.DivClassName
{
background-color: #02CE1E;
}
.BgClassName
{
background-color: #02CE1E;
}
</style>
border-color css
<style>
span { border-color: #02CE1E; }
span { border-color: rgb(2,206,30); }
td.TdClassName
{
border-color: #02CE1E;
}
.TagClassName
{
border-color: #02CE1E;
}
</style>