Shades of Lime Green #5AE032
Tints of Lime Green #5AE032
RGB
CMYK
RGB Variations
Color information
#5AE032 (or 0x5AE032) is known color: Lime Green. HEX triplet: 5A, E0 and 32. RGB value is (90,224,50). Sum of RGB (Red+Green+Blue) = 90+224+50=364 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.73% from 364); Green value is 224 (87.89% from 255 or 61.54% from 364); Blue value is 50 (19.92% from 255 or 13.74% from 364); Max value from RGB is 224 - color contains mainly: green. Hex color #5AE032 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AE032 is #A51FCD. Grayscale: #A4A4A4. Windows color (decimal): -10821582 or 3334234. OLE color: 3334234.
HSL color Cylindrical-coordinate representation of color #5AE032: hue angle of 106.21º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5AE032 is Cyan = 0.60, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 90 | 224 | 50 | - |
| CMYK | 0.60 | 0 | 0.78 | 0.12 |
| HSL | 106.21º | 0.74% | 0.54% | - |
| HSV(B) | 106.21º | 0.78% | 0.88% | - |
| XYZ | 31.45 | 55.72 | 12.11 | - |
| YUV | 164.1 | 63.61 | 75.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 224 | 50 | 0.60 | 0 | 0.78 | 0.12 | 106.21 | 0.74 | 0.54 |
| Hex | 5A | E0 | 32 | 3C | 0 | 4E | C | 6A | 4A | 36 |
| Octal | 132 | 340 | 62 | 74 | 0 | 116 | 14 | 152 | 112 | 66 |
| Binary | 1011010 | 11100000 | 110010 | 111100 | 0 | 1001110 | 1100 | 1101010 | 1001010 | 110110 |
Color Harmonies of #5AE032
Complementary color
Monochromatic Colors of #5AE032
Black with #5AE032
Text Example
Text Example
White with #5AE032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AE032; }
p { color: rgb(90,224,50); }
H1.HeaderClassName
{
color: #5AE032;
}
.AnyTagClassName
{
color: #5AE032;
}
</style>
background-color css
<style>
a { background-color: #5AE032; }
a { background-color: rgb(90,224,50); }
div.DivClassName
{
background-color: #5AE032;
}
.BgClassName
{
background-color: #5AE032;
}
</style>
border-color css
<style>
span { border-color: #5AE032; }
span { border-color: rgb(90,224,50); }
td.TdClassName
{
border-color: #5AE032;
}
.TagClassName
{
border-color: #5AE032;
}
</style>