Shades of Lime Green #58E045
Tints of Lime Green #58E045
RGB
CMYK
RGB Variations
Color information
#58E045 (or 0x58E045) is known color: Lime Green. HEX triplet: 58, E0 and 45. RGB value is (88,224,69). Sum of RGB (Red+Green+Blue) = 88+224+69=381 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.10% from 381); Green value is 224 (87.89% from 255 or 58.79% from 381); Blue value is 69 (27.34% from 255 or 18.11% from 381); Max value from RGB is 224 - color contains mainly: green. Hex color #58E045 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #58E045 is #A71FBA. Grayscale: #A6A6A6. Windows color (decimal): -10952635 or 4579416. OLE color: 4579416.
HSL color Cylindrical-coordinate representation of color #58E045: hue angle of 112.65º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #58E045 is Cyan = 0.61, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 88 | 224 | 69 | - |
| CMYK | 0.61 | 0 | 0.69 | 0.12 |
| HSL | 112.65º | 0.71% | 0.57% | - |
| HSV(B) | 112.65º | 0.69% | 0.88% | - |
| XYZ | 31.75 | 55.82 | 14.73 | - |
| YUV | 165.67 | 73.44 | 72.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 224 | 69 | 0.61 | 0 | 0.69 | 0.12 | 112.65 | 0.71 | 0.57 |
| Hex | 58 | E0 | 45 | 3D | 0 | 45 | C | 71 | 47 | 39 |
| Octal | 130 | 340 | 105 | 75 | 0 | 105 | 14 | 161 | 107 | 71 |
| Binary | 1011000 | 11100000 | 1000101 | 111101 | 0 | 1000101 | 1100 | 1110001 | 1000111 | 111001 |
Color Harmonies of #58E045
Complementary color
Monochromatic Colors of #58E045
Black with #58E045
Text Example
Text Example
White with #58E045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58E045; }
p { color: rgb(88,224,69); }
H1.HeaderClassName
{
color: #58E045;
}
.AnyTagClassName
{
color: #58E045;
}
</style>
background-color css
<style>
a { background-color: #58E045; }
a { background-color: rgb(88,224,69); }
div.DivClassName
{
background-color: #58E045;
}
.BgClassName
{
background-color: #58E045;
}
</style>
border-color css
<style>
span { border-color: #58E045; }
span { border-color: rgb(88,224,69); }
td.TdClassName
{
border-color: #58E045;
}
.TagClassName
{
border-color: #58E045;
}
</style>