Shades of Lime Green #5AE431
Tints of Lime Green #5AE431
RGB
CMYK
RGB Variations
Color information
#5AE431 (or 0x5AE431) is known color: Lime Green. HEX triplet: 5A, E4 and 31. RGB value is (90,228,49). Sum of RGB (Red+Green+Blue) = 90+228+49=367 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.52% from 367); Green value is 228 (89.45% from 255 or 62.13% from 367); Blue value is 49 (19.53% from 255 or 13.35% from 367); Max value from RGB is 228 - color contains mainly: green. Hex color #5AE431 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AE431 is #A51BCE. Grayscale: #A6A6A6. Windows color (decimal): -10820559 or 3269722. OLE color: 3269722.
HSL color Cylindrical-coordinate representation of color #5AE431: hue angle of 106.26º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5AE431 is Cyan = 0.61, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 90 | 228 | 49 | - |
| CMYK | 0.61 | 0 | 0.79 | 0.11 |
| HSL | 106.26º | 0.77% | 0.54% | - |
| HSV(B) | 106.26º | 0.79% | 0.89% | - |
| XYZ | 32.51 | 57.88 | 12.36 | - |
| YUV | 166.33 | 61.78 | 73.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 228 | 49 | 0.61 | 0 | 0.79 | 0.11 | 106.26 | 0.77 | 0.54 |
| Hex | 5A | E4 | 31 | 3D | 0 | 4F | B | 6A | 4D | 36 |
| Octal | 132 | 344 | 61 | 75 | 0 | 117 | 13 | 152 | 115 | 66 |
| Binary | 1011010 | 11100100 | 110001 | 111101 | 0 | 1001111 | 1011 | 1101010 | 1001101 | 110110 |
Color Harmonies of #5AE431
Complementary color
Monochromatic Colors of #5AE431
Black with #5AE431
Text Example
Text Example
White with #5AE431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AE431; }
p { color: rgb(90,228,49); }
H1.HeaderClassName
{
color: #5AE431;
}
.AnyTagClassName
{
color: #5AE431;
}
</style>
background-color css
<style>
a { background-color: #5AE431; }
a { background-color: rgb(90,228,49); }
div.DivClassName
{
background-color: #5AE431;
}
.BgClassName
{
background-color: #5AE431;
}
</style>
border-color css
<style>
span { border-color: #5AE431; }
span { border-color: rgb(90,228,49); }
td.TdClassName
{
border-color: #5AE431;
}
.TagClassName
{
border-color: #5AE431;
}
</style>