Shades of Dark Pastel Green #02E22D
Tints of Dark Pastel Green #02E22D
RGB
CMYK
RGB Variations
Color information
#02E22D (or 0x02E22D) is known color: Dark Pastel Green. HEX triplet: 02, E2 and 2D. RGB value is (2,226,45). Sum of RGB (Red+Green+Blue) = 2+226+45=273 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 273); Green value is 226 (88.67% from 255 or 82.78% from 273); Blue value is 45 (17.97% from 255 or 16.48% from 273); Max value from RGB is 226 - color contains mainly: green. Hex color #02E22D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02E22D is #FD1DD2. Grayscale: #8A8A8A. Windows color (decimal): -16588243 or 3006978. OLE color: 3006978.
HSL color Cylindrical-coordinate representation of color #02E22D: hue angle of 131.52º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02E22D is Cyan = 0.99, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 2 | 226 | 45 | - |
| CMYK | 0.99 | 0 | 0.80 | 0.11 |
| HSL | 131.52º | 0.98% | 0.45% | - |
| HSV(B) | 131.52º | 0.99% | 0.89% | - |
| XYZ | 27.7 | 54.6 | 11.56 | - |
| YUV | 138.39 | 75.29 | 30.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 226 | 45 | 0.99 | 0 | 0.80 | 0.11 | 131.52 | 0.98 | 0.45 |
| Hex | 2 | E2 | 2D | 63 | 0 | 50 | B | 84 | 62 | 2D |
| Octal | 2 | 342 | 55 | 143 | 0 | 120 | 13 | 204 | 142 | 55 |
| Binary | 10 | 11100010 | 101101 | 1100011 | 0 | 1010000 | 1011 | 10000100 | 1100010 | 101101 |
Color Harmonies of #02E22D
Complementary color
Monochromatic Colors of #02E22D
Black with #02E22D
Text Example
Text Example
White with #02E22D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02E22D; }
p { color: rgb(2,226,45); }
H1.HeaderClassName
{
color: #02E22D;
}
.AnyTagClassName
{
color: #02E22D;
}
</style>
background-color css
<style>
a { background-color: #02E22D; }
a { background-color: rgb(2,226,45); }
div.DivClassName
{
background-color: #02E22D;
}
.BgClassName
{
background-color: #02E22D;
}
</style>
border-color css
<style>
span { border-color: #02E22D; }
span { border-color: rgb(2,226,45); }
td.TdClassName
{
border-color: #02E22D;
}
.TagClassName
{
border-color: #02E22D;
}
</style>