Shades of Dark Pastel Green #02CE33
Tints of Dark Pastel Green #02CE33
RGB
CMYK
RGB Variations
Color information
#02CE33 (or 0x02CE33) is known color: Dark Pastel Green. HEX triplet: 02, CE and 33. RGB value is (2,206,51). Sum of RGB (Red+Green+Blue) = 2+206+51=259 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.77% from 259); Green value is 206 (80.86% from 255 or 79.54% from 259); Blue value is 51 (20.31% from 255 or 19.69% from 259); Max value from RGB is 206 - color contains mainly: green. Hex color #02CE33 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02CE33 is #FD31CC. Grayscale: #7F7F7F. Windows color (decimal): -16593357 or 3395074. OLE color: 3395074.
HSL color Cylindrical-coordinate representation of color #02CE33: hue angle of 134.41º 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 #02CE33 is Cyan = 0.99, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 2 | 206 | 51 | - |
| CMYK | 0.99 | 0 | 0.75 | 0.19 |
| HSL | 134.41º | 0.98% | 0.41% | - |
| HSV(B) | 134.41º | 0.99% | 0.81% | - |
| XYZ | 22.69 | 44.39 | 10.5 | - |
| YUV | 127.33 | 84.91 | 38.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 206 | 51 | 0.99 | 0 | 0.75 | 0.19 | 134.41 | 0.98 | 0.41 |
| Hex | 2 | CE | 33 | 63 | 0 | 4B | 13 | 86 | 62 | 29 |
| Octal | 2 | 316 | 63 | 143 | 0 | 113 | 23 | 206 | 142 | 51 |
| Binary | 10 | 11001110 | 110011 | 1100011 | 0 | 1001011 | 10011 | 10000110 | 1100010 | 101001 |
Color Harmonies of #02CE33
Complementary color
Monochromatic Colors of #02CE33
Black with #02CE33
Text Example
Text Example
White with #02CE33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02CE33; }
p { color: rgb(2,206,51); }
H1.HeaderClassName
{
color: #02CE33;
}
.AnyTagClassName
{
color: #02CE33;
}
</style>
background-color css
<style>
a { background-color: #02CE33; }
a { background-color: rgb(2,206,51); }
div.DivClassName
{
background-color: #02CE33;
}
.BgClassName
{
background-color: #02CE33;
}
</style>
border-color css
<style>
span { border-color: #02CE33; }
span { border-color: rgb(2,206,51); }
td.TdClassName
{
border-color: #02CE33;
}
.TagClassName
{
border-color: #02CE33;
}
</style>