Shades of Lime Green #58E043
Tints of Lime Green #58E043
RGB
CMYK
RGB Variations
Color information
#58E043 (or 0x58E043) is known color: Lime Green. HEX triplet: 58, E0 and 43. RGB value is (88,224,67). Sum of RGB (Red+Green+Blue) = 88+224+67=379 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.22% from 379); Green value is 224 (87.89% from 255 or 59.10% from 379); Blue value is 67 (26.56% from 255 or 17.68% from 379); Max value from RGB is 224 - color contains mainly: green. Hex color #58E043 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #58E043 is #A71FBC. Grayscale: #A5A5A5. Windows color (decimal): -10952637 or 4448344. OLE color: 4448344.
HSL color Cylindrical-coordinate representation of color #58E043: hue angle of 111.97º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #58E043 is Cyan = 0.61, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 88 | 224 | 67 | - |
| CMYK | 0.61 | 0 | 0.70 | 0.12 |
| HSL | 111.97º | 0.72% | 0.57% | - |
| HSV(B) | 111.97º | 0.7% | 0.88% | - |
| XYZ | 31.69 | 55.79 | 14.41 | - |
| YUV | 165.44 | 72.44 | 72.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 224 | 67 | 0.61 | 0 | 0.70 | 0.12 | 111.97 | 0.72 | 0.57 |
| Hex | 58 | E0 | 43 | 3D | 0 | 46 | C | 70 | 48 | 39 |
| Octal | 130 | 340 | 103 | 75 | 0 | 106 | 14 | 160 | 110 | 71 |
| Binary | 1011000 | 11100000 | 1000011 | 111101 | 0 | 1000110 | 1100 | 1110000 | 1001000 | 111001 |
Color Harmonies of #58E043
Complementary color
Monochromatic Colors of #58E043
Black with #58E043
Text Example
Text Example
White with #58E043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58E043; }
p { color: rgb(88,224,67); }
H1.HeaderClassName
{
color: #58E043;
}
.AnyTagClassName
{
color: #58E043;
}
</style>
background-color css
<style>
a { background-color: #58E043; }
a { background-color: rgb(88,224,67); }
div.DivClassName
{
background-color: #58E043;
}
.BgClassName
{
background-color: #58E043;
}
</style>
border-color css
<style>
span { border-color: #58E043; }
span { border-color: rgb(88,224,67); }
td.TdClassName
{
border-color: #58E043;
}
.TagClassName
{
border-color: #58E043;
}
</style>