Shades of Dark Pastel Green #02CE36
Tints of Dark Pastel Green #02CE36
RGB
CMYK
RGB Variations
Color information
#02CE36 (or 0x02CE36) is known color: Dark Pastel Green. HEX triplet: 02, CE and 36. RGB value is (2,206,54). Sum of RGB (Red+Green+Blue) = 2+206+54=262 (34% of max value = 765). Red value is 2 (1.17% from 255 or 0.76% from 262); Green value is 206 (80.86% from 255 or 78.63% from 262); Blue value is 54 (21.48% from 255 or 20.61% from 262); Max value from RGB is 206 - color contains mainly: green. Hex color #02CE36 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02CE36 is #FD31C9. Grayscale: #808080. Windows color (decimal): -16593354 or 3591682. OLE color: 3591682.
HSL color Cylindrical-coordinate representation of color #02CE36: hue angle of 135.29º 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 #02CE36 is Cyan = 0.99, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 2 | 206 | 54 | - |
| CMYK | 0.99 | 0 | 0.74 | 0.19 |
| HSL | 135.29º | 0.98% | 0.41% | - |
| HSV(B) | 135.29º | 0.99% | 0.81% | - |
| XYZ | 22.76 | 44.42 | 10.86 | - |
| YUV | 127.68 | 86.41 | 38.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 206 | 54 | 0.99 | 0 | 0.74 | 0.19 | 135.29 | 0.98 | 0.41 |
| Hex | 2 | CE | 36 | 63 | 0 | 4A | 13 | 87 | 62 | 29 |
| Octal | 2 | 316 | 66 | 143 | 0 | 112 | 23 | 207 | 142 | 51 |
| Binary | 10 | 11001110 | 110110 | 1100011 | 0 | 1001010 | 10011 | 10000111 | 1100010 | 101001 |
Color Harmonies of #02CE36
Complementary color
Monochromatic Colors of #02CE36
Black with #02CE36
Text Example
Text Example
White with #02CE36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02CE36; }
p { color: rgb(2,206,54); }
H1.HeaderClassName
{
color: #02CE36;
}
.AnyTagClassName
{
color: #02CE36;
}
</style>
background-color css
<style>
a { background-color: #02CE36; }
a { background-color: rgb(2,206,54); }
div.DivClassName
{
background-color: #02CE36;
}
.BgClassName
{
background-color: #02CE36;
}
</style>
border-color css
<style>
span { border-color: #02CE36; }
span { border-color: rgb(2,206,54); }
td.TdClassName
{
border-color: #02CE36;
}
.TagClassName
{
border-color: #02CE36;
}
</style>