Shades of Dark Pastel Green #02CE31
Tints of Dark Pastel Green #02CE31
RGB
CMYK
RGB Variations
Color information
#02CE31 (or 0x02CE31) is known color: Dark Pastel Green. HEX triplet: 02, CE and 31. RGB value is (2,206,49). Sum of RGB (Red+Green+Blue) = 2+206+49=257 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.78% from 257); Green value is 206 (80.86% from 255 or 80.16% from 257); Blue value is 49 (19.53% from 255 or 19.07% from 257); Max value from RGB is 206 - color contains mainly: green. Hex color #02CE31 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02CE31 is #FD31CE. Grayscale: #7F7F7F. Windows color (decimal): -16593359 or 3264002. OLE color: 3264002.
HSL color Cylindrical-coordinate representation of color #02CE31: hue angle of 133.82º 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 #02CE31 is Cyan = 0.99, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 2 | 206 | 49 | - |
| CMYK | 0.99 | 0 | 0.76 | 0.19 |
| HSL | 133.82º | 0.98% | 0.41% | - |
| HSV(B) | 133.82º | 0.99% | 0.81% | - |
| XYZ | 22.65 | 44.38 | 10.28 | - |
| YUV | 127.11 | 83.91 | 38.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 206 | 49 | 0.99 | 0 | 0.76 | 0.19 | 133.82 | 0.98 | 0.41 |
| Hex | 2 | CE | 31 | 63 | 0 | 4C | 13 | 86 | 62 | 29 |
| Octal | 2 | 316 | 61 | 143 | 0 | 114 | 23 | 206 | 142 | 51 |
| Binary | 10 | 11001110 | 110001 | 1100011 | 0 | 1001100 | 10011 | 10000110 | 1100010 | 101001 |
Color Harmonies of #02CE31
Complementary color
Monochromatic Colors of #02CE31
Black with #02CE31
Text Example
Text Example
White with #02CE31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02CE31; }
p { color: rgb(2,206,49); }
H1.HeaderClassName
{
color: #02CE31;
}
.AnyTagClassName
{
color: #02CE31;
}
</style>
background-color css
<style>
a { background-color: #02CE31; }
a { background-color: rgb(2,206,49); }
div.DivClassName
{
background-color: #02CE31;
}
.BgClassName
{
background-color: #02CE31;
}
</style>
border-color css
<style>
span { border-color: #02CE31; }
span { border-color: rgb(2,206,49); }
td.TdClassName
{
border-color: #02CE31;
}
.TagClassName
{
border-color: #02CE31;
}
</style>