Shades of Lime Green #58DF32
Tints of Lime Green #58DF32
RGB
CMYK
RGB Variations
Color information
#58DF32 (or 0x58DF32) is known color: Lime Green. HEX triplet: 58, DF and 32. RGB value is (88,223,50). Sum of RGB (Red+Green+Blue) = 88+223+50=361 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.38% from 361); Green value is 223 (87.5% from 255 or 61.77% from 361); Blue value is 50 (19.92% from 255 or 13.85% from 361); Max value from RGB is 223 - color contains mainly: green. Hex color #58DF32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #58DF32 is #A720CD. Grayscale: #A3A3A3. Windows color (decimal): -10952910 or 3333976. OLE color: 3333976.
HSL color Cylindrical-coordinate representation of color #58DF32: hue angle of 106.82º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #58DF32 is Cyan = 0.61, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 88 | 223 | 50 | - |
| CMYK | 0.61 | 0 | 0.78 | 0.13 |
| HSL | 106.82º | 0.73% | 0.54% | - |
| HSV(B) | 106.82º | 0.78% | 0.87% | - |
| XYZ | 30.99 | 55.08 | 12.02 | - |
| YUV | 162.91 | 64.27 | 74.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 223 | 50 | 0.61 | 0 | 0.78 | 0.13 | 106.82 | 0.73 | 0.54 |
| Hex | 58 | DF | 32 | 3D | 0 | 4E | D | 6B | 49 | 36 |
| Octal | 130 | 337 | 62 | 75 | 0 | 116 | 15 | 153 | 111 | 66 |
| Binary | 1011000 | 11011111 | 110010 | 111101 | 0 | 1001110 | 1101 | 1101011 | 1001001 | 110110 |
Color Harmonies of #58DF32
Complementary color
Monochromatic Colors of #58DF32
Black with #58DF32
Text Example
Text Example
White with #58DF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58DF32; }
p { color: rgb(88,223,50); }
H1.HeaderClassName
{
color: #58DF32;
}
.AnyTagClassName
{
color: #58DF32;
}
</style>
background-color css
<style>
a { background-color: #58DF32; }
a { background-color: rgb(88,223,50); }
div.DivClassName
{
background-color: #58DF32;
}
.BgClassName
{
background-color: #58DF32;
}
</style>
border-color css
<style>
span { border-color: #58DF32; }
span { border-color: rgb(88,223,50); }
td.TdClassName
{
border-color: #58DF32;
}
.TagClassName
{
border-color: #58DF32;
}
</style>