Shades of Lime Green #58DD43
Tints of Lime Green #58DD43
RGB
CMYK
RGB Variations
Color information
#58DD43 (or 0x58DD43) is known color: Lime Green. HEX triplet: 58, DD and 43. RGB value is (88,221,67). Sum of RGB (Red+Green+Blue) = 88+221+67=376 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.40% from 376); Green value is 221 (86.72% from 255 or 58.78% from 376); Blue value is 67 (26.56% from 255 or 17.82% from 376); Max value from RGB is 221 - color contains mainly: green. Hex color #58DD43 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #58DD43 is #A722BC. Grayscale: #A4A4A4. Windows color (decimal): -10953405 or 4447576. OLE color: 4447576.
HSL color Cylindrical-coordinate representation of color #58DD43: hue angle of 111.82º degrees, saturation: 0.69, 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 #58DD43 is Cyan = 0.60, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 88 | 221 | 67 | - |
| CMYK | 0.60 | 0 | 0.70 | 0.13 |
| HSL | 111.82º | 0.69% | 0.56% | - |
| HSV(B) | 111.82º | 0.7% | 0.87% | - |
| XYZ | 30.89 | 54.19 | 14.14 | - |
| YUV | 163.68 | 73.44 | 74.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 221 | 67 | 0.60 | 0 | 0.70 | 0.13 | 111.82 | 0.69 | 0.56 |
| Hex | 58 | DD | 43 | 3C | 0 | 46 | D | 70 | 45 | 38 |
| Octal | 130 | 335 | 103 | 74 | 0 | 106 | 15 | 160 | 105 | 70 |
| Binary | 1011000 | 11011101 | 1000011 | 111100 | 0 | 1000110 | 1101 | 1110000 | 1000101 | 111000 |
Color Harmonies of #58DD43
Complementary color
Monochromatic Colors of #58DD43
Black with #58DD43
Text Example
Text Example
White with #58DD43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58DD43; }
p { color: rgb(88,221,67); }
H1.HeaderClassName
{
color: #58DD43;
}
.AnyTagClassName
{
color: #58DD43;
}
</style>
background-color css
<style>
a { background-color: #58DD43; }
a { background-color: rgb(88,221,67); }
div.DivClassName
{
background-color: #58DD43;
}
.BgClassName
{
background-color: #58DD43;
}
</style>
border-color css
<style>
span { border-color: #58DD43; }
span { border-color: rgb(88,221,67); }
td.TdClassName
{
border-color: #58DD43;
}
.TagClassName
{
border-color: #58DD43;
}
</style>