Shades of Lime Green #5AE530
Tints of Lime Green #5AE530
RGB
CMYK
RGB Variations
Color information
#5AE530 (or 0x5AE530) is known color: Lime Green. HEX triplet: 5A, E5 and 30. RGB value is (90,229,48). Sum of RGB (Red+Green+Blue) = 90+229+48=367 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.52% from 367); Green value is 229 (89.84% from 255 or 62.40% from 367); Blue value is 48 (19.14% from 255 or 13.08% from 367); Max value from RGB is 229 - color contains mainly: green. Hex color #5AE530 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AE530 is #A51ACF. Grayscale: #A7A7A7. Windows color (decimal): -10820304 or 3204442. OLE color: 3204442.
HSL color Cylindrical-coordinate representation of color #5AE530: hue angle of 106.08º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5AE530 is Cyan = 0.61, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 90 | 229 | 48 | - |
| CMYK | 0.61 | 0 | 0.79 | 0.10 |
| HSL | 106.08º | 0.78% | 0.54% | - |
| HSV(B) | 106.08º | 0.79% | 0.9% | - |
| XYZ | 32.77 | 58.43 | 12.35 | - |
| YUV | 166.81 | 60.95 | 73.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 229 | 48 | 0.61 | 0 | 0.79 | 0.10 | 106.08 | 0.78 | 0.54 |
| Hex | 5A | E5 | 30 | 3D | 0 | 4F | A | 6A | 4E | 36 |
| Octal | 132 | 345 | 60 | 75 | 0 | 117 | 12 | 152 | 116 | 66 |
| Binary | 1011010 | 11100101 | 110000 | 111101 | 0 | 1001111 | 1010 | 1101010 | 1001110 | 110110 |
Color Harmonies of #5AE530
Complementary color
Monochromatic Colors of #5AE530
Black with #5AE530
Text Example
Text Example
White with #5AE530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AE530; }
p { color: rgb(90,229,48); }
H1.HeaderClassName
{
color: #5AE530;
}
.AnyTagClassName
{
color: #5AE530;
}
</style>
background-color css
<style>
a { background-color: #5AE530; }
a { background-color: rgb(90,229,48); }
div.DivClassName
{
background-color: #5AE530;
}
.BgClassName
{
background-color: #5AE530;
}
</style>
border-color css
<style>
span { border-color: #5AE530; }
span { border-color: rgb(90,229,48); }
td.TdClassName
{
border-color: #5AE530;
}
.TagClassName
{
border-color: #5AE530;
}
</style>