Shades of Lime Green #58E141
Tints of Lime Green #58E141
RGB
CMYK
RGB Variations
Color information
#58E141 (or 0x58E141) is known color: Lime Green. HEX triplet: 58, E1 and 41. RGB value is (88,225,65). Sum of RGB (Red+Green+Blue) = 88+225+65=378 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.28% from 378); Green value is 225 (88.28% from 255 or 59.52% from 378); Blue value is 65 (25.78% from 255 or 17.20% from 378); Max value from RGB is 225 - color contains mainly: green. Hex color #58E141 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #58E141 is #A71EBE. Grayscale: #A6A6A6. Windows color (decimal): -10952383 or 4317528. OLE color: 4317528.
HSL color Cylindrical-coordinate representation of color #58E141: hue angle of 111.38º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #58E141 is Cyan = 0.61, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 88 | 225 | 65 | - |
| CMYK | 0.61 | 0 | 0.71 | 0.12 |
| HSL | 111.38º | 0.73% | 0.57% | - |
| HSV(B) | 111.38º | 0.71% | 0.88% | - |
| XYZ | 31.9 | 56.31 | 14.19 | - |
| YUV | 165.8 | 71.11 | 72.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 225 | 65 | 0.61 | 0 | 0.71 | 0.12 | 111.38 | 0.73 | 0.57 |
| Hex | 58 | E1 | 41 | 3D | 0 | 47 | C | 6F | 49 | 39 |
| Octal | 130 | 341 | 101 | 75 | 0 | 107 | 14 | 157 | 111 | 71 |
| Binary | 1011000 | 11100001 | 1000001 | 111101 | 0 | 1000111 | 1100 | 1101111 | 1001001 | 111001 |
Color Harmonies of #58E141
Complementary color
Monochromatic Colors of #58E141
Black with #58E141
Text Example
Text Example
White with #58E141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58E141; }
p { color: rgb(88,225,65); }
H1.HeaderClassName
{
color: #58E141;
}
.AnyTagClassName
{
color: #58E141;
}
</style>
background-color css
<style>
a { background-color: #58E141; }
a { background-color: rgb(88,225,65); }
div.DivClassName
{
background-color: #58E141;
}
.BgClassName
{
background-color: #58E141;
}
</style>
border-color css
<style>
span { border-color: #58E141; }
span { border-color: rgb(88,225,65); }
td.TdClassName
{
border-color: #58E141;
}
.TagClassName
{
border-color: #58E141;
}
</style>