Shades of Dark Pastel Green #02E32E
Tints of Dark Pastel Green #02E32E
RGB
CMYK
RGB Variations
Color information
#02E32E (or 0x02E32E) is known color: Dark Pastel Green. HEX triplet: 02, E3 and 2E. RGB value is (2,227,46). Sum of RGB (Red+Green+Blue) = 2+227+46=275 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 275); Green value is 227 (89.06% from 255 or 82.55% from 275); Blue value is 46 (18.36% from 255 or 16.73% from 275); Max value from RGB is 227 - color contains mainly: green. Hex color #02E32E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02E32E is #FD1CD1. Grayscale: #8B8B8B. Windows color (decimal): -16587986 or 3072770. OLE color: 3072770.
HSL color Cylindrical-coordinate representation of color #02E32E: hue angle of 131.73º 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 #02E32E is Cyan = 0.99, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 2 | 227 | 46 | - |
| CMYK | 0.99 | 0 | 0.80 | 0.11 |
| HSL | 131.73º | 0.98% | 0.45% | - |
| HSV(B) | 131.73º | 0.99% | 0.89% | - |
| XYZ | 27.99 | 55.15 | 11.75 | - |
| YUV | 139.09 | 75.46 | 30.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 227 | 46 | 0.99 | 0 | 0.80 | 0.11 | 131.73 | 0.98 | 0.45 |
| Hex | 2 | E3 | 2E | 63 | 0 | 50 | B | 84 | 62 | 2D |
| Octal | 2 | 343 | 56 | 143 | 0 | 120 | 13 | 204 | 142 | 55 |
| Binary | 10 | 11100011 | 101110 | 1100011 | 0 | 1010000 | 1011 | 10000100 | 1100010 | 101101 |
Color Harmonies of #02E32E
Complementary color
Monochromatic Colors of #02E32E
Black with #02E32E
Text Example
Text Example
White with #02E32E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02E32E; }
p { color: rgb(2,227,46); }
H1.HeaderClassName
{
color: #02E32E;
}
.AnyTagClassName
{
color: #02E32E;
}
</style>
background-color css
<style>
a { background-color: #02E32E; }
a { background-color: rgb(2,227,46); }
div.DivClassName
{
background-color: #02E32E;
}
.BgClassName
{
background-color: #02E32E;
}
</style>
border-color css
<style>
span { border-color: #02E32E; }
span { border-color: rgb(2,227,46); }
td.TdClassName
{
border-color: #02E32E;
}
.TagClassName
{
border-color: #02E32E;
}
</style>