Shades of Dark Pastel Green #04E32E
Tints of Dark Pastel Green #04E32E
RGB
CMYK
RGB Variations
Color information
#04E32E (or 0x04E32E) is known color: Dark Pastel Green. HEX triplet: 04, E3 and 2E. RGB value is (4,227,46). Sum of RGB (Red+Green+Blue) = 4+227+46=277 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.44% from 277); Green value is 227 (89.06% from 255 or 81.95% from 277); Blue value is 46 (18.36% from 255 or 16.61% from 277); Max value from RGB is 227 - color contains mainly: green. Hex color #04E32E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04E32E is #FB1CD1. Grayscale: #8C8C8C. Windows color (decimal): -16456914 or 3072772. OLE color: 3072772.
HSL color Cylindrical-coordinate representation of color #04E32E: hue angle of 131.3º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04E32E is Cyan = 0.98, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 4 | 227 | 46 | - |
| CMYK | 0.98 | 0 | 0.80 | 0.11 |
| HSL | 131.3º | 0.97% | 0.45% | - |
| HSV(B) | 131.3º | 0.98% | 0.89% | - |
| XYZ | 28.01 | 55.16 | 11.76 | - |
| YUV | 139.69 | 75.12 | 31.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 227 | 46 | 0.98 | 0 | 0.80 | 0.11 | 131.3 | 0.97 | 0.45 |
| Hex | 4 | E3 | 2E | 62 | 0 | 50 | B | 83 | 61 | 2D |
| Octal | 4 | 343 | 56 | 142 | 0 | 120 | 13 | 203 | 141 | 55 |
| Binary | 100 | 11100011 | 101110 | 1100010 | 0 | 1010000 | 1011 | 10000011 | 1100001 | 101101 |
Color Harmonies of #04E32E
Complementary color
Monochromatic Colors of #04E32E
Black with #04E32E
Text Example
Text Example
White with #04E32E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04E32E; }
p { color: rgb(4,227,46); }
H1.HeaderClassName
{
color: #04E32E;
}
.AnyTagClassName
{
color: #04E32E;
}
</style>
background-color css
<style>
a { background-color: #04E32E; }
a { background-color: rgb(4,227,46); }
div.DivClassName
{
background-color: #04E32E;
}
.BgClassName
{
background-color: #04E32E;
}
</style>
border-color css
<style>
span { border-color: #04E32E; }
span { border-color: rgb(4,227,46); }
td.TdClassName
{
border-color: #04E32E;
}
.TagClassName
{
border-color: #04E32E;
}
</style>