Shades of Lime Green #58E640
Tints of Lime Green #58E640
RGB
CMYK
RGB Variations
Color information
#58E640 (or 0x58E640) is known color: Lime Green. HEX triplet: 58, E6 and 40. RGB value is (88,230,64). Sum of RGB (Red+Green+Blue) = 88+230+64=382 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.04% from 382); Green value is 230 (90.23% from 255 or 60.21% from 382); Blue value is 64 (25.39% from 255 or 16.75% from 382); Max value from RGB is 230 - color contains mainly: green. Hex color #58E640 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #58E640 is #A719BF. Grayscale: #A9A9A9. Windows color (decimal): -10951104 or 4253272. OLE color: 4253272.
HSL color Cylindrical-coordinate representation of color #58E640: hue angle of 111.33º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #58E640 is Cyan = 0.62, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 88 | 230 | 64 | - |
| CMYK | 0.62 | 0 | 0.72 | 0.10 |
| HSL | 111.33º | 0.77% | 0.58% | - |
| HSV(B) | 111.33º | 0.72% | 0.9% | - |
| XYZ | 33.25 | 59.04 | 14.49 | - |
| YUV | 168.62 | 68.96 | 70.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 230 | 64 | 0.62 | 0 | 0.72 | 0.10 | 111.33 | 0.77 | 0.58 |
| Hex | 58 | E6 | 40 | 3E | 0 | 48 | A | 6F | 4D | 3A |
| Octal | 130 | 346 | 100 | 76 | 0 | 110 | 12 | 157 | 115 | 72 |
| Binary | 1011000 | 11100110 | 1000000 | 111110 | 0 | 1001000 | 1010 | 1101111 | 1001101 | 111010 |
Color Harmonies of #58E640
Complementary color
Monochromatic Colors of #58E640
Black with #58E640
Text Example
Text Example
White with #58E640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58E640; }
p { color: rgb(88,230,64); }
H1.HeaderClassName
{
color: #58E640;
}
.AnyTagClassName
{
color: #58E640;
}
</style>
background-color css
<style>
a { background-color: #58E640; }
a { background-color: rgb(88,230,64); }
div.DivClassName
{
background-color: #58E640;
}
.BgClassName
{
background-color: #58E640;
}
</style>
border-color css
<style>
span { border-color: #58E640; }
span { border-color: rgb(88,230,64); }
td.TdClassName
{
border-color: #58E640;
}
.TagClassName
{
border-color: #58E640;
}
</style>