Shades of Lime Green #58DD42
Tints of Lime Green #58DD42
RGB
CMYK
RGB Variations
Color information
#58DD42 (or 0x58DD42) is known color: Lime Green. HEX triplet: 58, DD and 42. RGB value is (88,221,66). Sum of RGB (Red+Green+Blue) = 88+221+66=375 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.47% from 375); Green value is 221 (86.72% from 255 or 58.93% from 375); Blue value is 66 (26.17% from 255 or 17.6% from 375); Max value from RGB is 221 - color contains mainly: green. Hex color #58DD42 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #58DD42 is #A722BD. Grayscale: #A4A4A4. Windows color (decimal): -10953406 or 4382040. OLE color: 4382040.
HSL color Cylindrical-coordinate representation of color #58DD42: hue angle of 111.48º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #58DD42 is Cyan = 0.60, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 88 | 221 | 66 | - |
| CMYK | 0.60 | 0 | 0.70 | 0.13 |
| HSL | 111.48º | 0.7% | 0.56% | - |
| HSV(B) | 111.48º | 0.7% | 0.87% | - |
| XYZ | 30.86 | 54.18 | 13.99 | - |
| YUV | 163.56 | 72.94 | 74.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 221 | 66 | 0.60 | 0 | 0.70 | 0.13 | 111.48 | 0.7 | 0.56 |
| Hex | 58 | DD | 42 | 3C | 0 | 46 | D | 6F | 46 | 38 |
| Octal | 130 | 335 | 102 | 74 | 0 | 106 | 15 | 157 | 106 | 70 |
| Binary | 1011000 | 11011101 | 1000010 | 111100 | 0 | 1000110 | 1101 | 1101111 | 1000110 | 111000 |
Color Harmonies of #58DD42
Complementary color
Monochromatic Colors of #58DD42
Black with #58DD42
Text Example
Text Example
White with #58DD42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58DD42; }
p { color: rgb(88,221,66); }
H1.HeaderClassName
{
color: #58DD42;
}
.AnyTagClassName
{
color: #58DD42;
}
</style>
background-color css
<style>
a { background-color: #58DD42; }
a { background-color: rgb(88,221,66); }
div.DivClassName
{
background-color: #58DD42;
}
.BgClassName
{
background-color: #58DD42;
}
</style>
border-color css
<style>
span { border-color: #58DD42; }
span { border-color: rgb(88,221,66); }
td.TdClassName
{
border-color: #58DD42;
}
.TagClassName
{
border-color: #58DD42;
}
</style>