Shades of Lime #04E500
Tints of Lime #04E500
RGB
CMYK
RGB Variations
Color information
#04E500 (or 0x04E500) is known color: Lime. HEX triplet: 04, E5 and 00. RGB value is (4,229,0). Sum of RGB (Red+Green+Blue) = 4+229+0=233 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.72% from 233); Green value is 229 (89.84% from 255 or 98.28% from 233); Blue value is 0 (0.39% from 255 or 0% from 233); Max value from RGB is 229 - color contains mainly: green. Hex color #04E500 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #04E500 is #FB1AFF. Grayscale: #888888. Windows color (decimal): -16456448 or 58628. OLE color: 58628.
HSL color Cylindrical-coordinate representation of color #04E500: hue angle of 118.95º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #04E500 is Cyan = 0.98, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 4 | 229 | 0 | - |
| CMYK | 0.98 | 0 | 1 | 0.10 |
| HSL | 118.95º | 1% | 0.45% | - |
| HSV(B) | 118.95º | 1% | 0.9% | - |
| XYZ | 28.07 | 56.06 | 9.34 | - |
| YUV | 135.62 | 51.46 | 34.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 229 | 0 | 0.98 | 0 | 1 | 0.10 | 118.95 | 1 | 0.45 |
| Hex | 4 | E5 | 0 | 62 | 0 | 64 | A | 77 | 64 | 2D |
| Octal | 4 | 345 | 0 | 142 | 0 | 144 | 12 | 167 | 144 | 55 |
| Binary | 100 | 11100101 | 0 | 1100010 | 0 | 1100100 | 1010 | 1110111 | 1100100 | 101101 |
Color Harmonies of #04E500
Complementary color
Monochromatic Colors of #04E500
Black with #04E500
Text Example
Text Example
White with #04E500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04E500; }
p { color: rgb(4,229,0); }
H1.HeaderClassName
{
color: #04E500;
}
.AnyTagClassName
{
color: #04E500;
}
</style>
background-color css
<style>
a { background-color: #04E500; }
a { background-color: rgb(4,229,0); }
div.DivClassName
{
background-color: #04E500;
}
.BgClassName
{
background-color: #04E500;
}
</style>
border-color css
<style>
span { border-color: #04E500; }
span { border-color: rgb(4,229,0); }
td.TdClassName
{
border-color: #04E500;
}
.TagClassName
{
border-color: #04E500;
}
</style>