Shades of Dark Pastel Green #02CE22
Tints of Dark Pastel Green #02CE22
RGB
CMYK
RGB Variations
Color information
#02CE22 (or 0x02CE22) is known color: Dark Pastel Green. HEX triplet: 02, CE and 22. RGB value is (2,206,34). Sum of RGB (Red+Green+Blue) = 2+206+34=242 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.83% from 242); Green value is 206 (80.86% from 255 or 85.12% from 242); Blue value is 34 (13.67% from 255 or 14.05% from 242); Max value from RGB is 206 - color contains mainly: green. Hex color #02CE22 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02CE22 is #FD31DD. Grayscale: #7D7D7D. Windows color (decimal): -16593374 or 2280962. OLE color: 2280962.
HSL color Cylindrical-coordinate representation of color #02CE22: hue angle of 129.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 #02CE22 is Cyan = 0.99, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 2 | 206 | 34 | - |
| CMYK | 0.99 | 0 | 0.83 | 0.19 |
| HSL | 129.41º | 0.98% | 0.41% | - |
| HSV(B) | 129.41º | 0.99% | 0.81% | - |
| XYZ | 22.39 | 44.27 | 8.88 | - |
| YUV | 125.4 | 76.41 | 39.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 206 | 34 | 0.99 | 0 | 0.83 | 0.19 | 129.41 | 0.98 | 0.41 |
| Hex | 2 | CE | 22 | 63 | 0 | 53 | 13 | 81 | 62 | 29 |
| Octal | 2 | 316 | 42 | 143 | 0 | 123 | 23 | 201 | 142 | 51 |
| Binary | 10 | 11001110 | 100010 | 1100011 | 0 | 1010011 | 10011 | 10000001 | 1100010 | 101001 |
Color Harmonies of #02CE22
Complementary color
Monochromatic Colors of #02CE22
Black with #02CE22
Text Example
Text Example
White with #02CE22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02CE22; }
p { color: rgb(2,206,34); }
H1.HeaderClassName
{
color: #02CE22;
}
.AnyTagClassName
{
color: #02CE22;
}
</style>
background-color css
<style>
a { background-color: #02CE22; }
a { background-color: rgb(2,206,34); }
div.DivClassName
{
background-color: #02CE22;
}
.BgClassName
{
background-color: #02CE22;
}
</style>
border-color css
<style>
span { border-color: #02CE22; }
span { border-color: rgb(2,206,34); }
td.TdClassName
{
border-color: #02CE22;
}
.TagClassName
{
border-color: #02CE22;
}
</style>