Shades of Dark Pastel Green #04E02D
Tints of Dark Pastel Green #04E02D
RGB
CMYK
RGB Variations
Color information
#04E02D (or 0x04E02D) is known color: Dark Pastel Green. HEX triplet: 04, E0 and 2D. RGB value is (4,224,45). Sum of RGB (Red+Green+Blue) = 4+224+45=273 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.47% from 273); Green value is 224 (87.89% from 255 or 82.05% from 273); Blue value is 45 (17.97% from 255 or 16.48% from 273); Max value from RGB is 224 - color contains mainly: green. Hex color #04E02D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #04E02D is #FB1FD2. Grayscale: #8A8A8A. Windows color (decimal): -16457683 or 3006468. OLE color: 3006468.
HSL color Cylindrical-coordinate representation of color #04E02D: hue angle of 131.18º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04E02D is Cyan = 0.98, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 4 | 224 | 45 | - |
| CMYK | 0.98 | 0 | 0.80 | 0.12 |
| HSL | 131.18º | 0.96% | 0.45% | - |
| HSV(B) | 131.18º | 0.98% | 0.88% | - |
| XYZ | 27.18 | 53.53 | 11.38 | - |
| YUV | 137.81 | 75.61 | 32.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 224 | 45 | 0.98 | 0 | 0.80 | 0.12 | 131.18 | 0.96 | 0.45 |
| Hex | 4 | E0 | 2D | 62 | 0 | 50 | C | 83 | 60 | 2D |
| Octal | 4 | 340 | 55 | 142 | 0 | 120 | 14 | 203 | 140 | 55 |
| Binary | 100 | 11100000 | 101101 | 1100010 | 0 | 1010000 | 1100 | 10000011 | 1100000 | 101101 |
Color Harmonies of #04E02D
Complementary color
Monochromatic Colors of #04E02D
Black with #04E02D
Text Example
Text Example
White with #04E02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04E02D; }
p { color: rgb(4,224,45); }
H1.HeaderClassName
{
color: #04E02D;
}
.AnyTagClassName
{
color: #04E02D;
}
</style>
background-color css
<style>
a { background-color: #04E02D; }
a { background-color: rgb(4,224,45); }
div.DivClassName
{
background-color: #04E02D;
}
.BgClassName
{
background-color: #04E02D;
}
</style>
border-color css
<style>
span { border-color: #04E02D; }
span { border-color: rgb(4,224,45); }
td.TdClassName
{
border-color: #04E02D;
}
.TagClassName
{
border-color: #04E02D;
}
</style>