Shades of Lime Green #5AE53C
Tints of Lime Green #5AE53C
RGB
CMYK
RGB Variations
Color information
#5AE53C (or 0x5AE53C) is known color: Lime Green. HEX triplet: 5A, E5 and 3C. RGB value is (90,229,60). Sum of RGB (Red+Green+Blue) = 90+229+60=379 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.75% from 379); Green value is 229 (89.84% from 255 or 60.42% from 379); Blue value is 60 (23.83% from 255 or 15.83% from 379); Max value from RGB is 229 - color contains mainly: green. Hex color #5AE53C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AE53C is #A51AC3. Grayscale: #A8A8A8. Windows color (decimal): -10820292 or 3990874. OLE color: 3990874.
HSL color Cylindrical-coordinate representation of color #5AE53C: hue angle of 109.35º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5AE53C is Cyan = 0.61, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 90 | 229 | 60 | - |
| CMYK | 0.61 | 0 | 0.74 | 0.10 |
| HSL | 109.35º | 0.76% | 0.57% | - |
| HSV(B) | 109.35º | 0.74% | 0.9% | - |
| XYZ | 33.05 | 58.54 | 13.83 | - |
| YUV | 168.17 | 66.95 | 72.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 229 | 60 | 0.61 | 0 | 0.74 | 0.10 | 109.35 | 0.76 | 0.57 |
| Hex | 5A | E5 | 3C | 3D | 0 | 4A | A | 6D | 4C | 39 |
| Octal | 132 | 345 | 74 | 75 | 0 | 112 | 12 | 155 | 114 | 71 |
| Binary | 1011010 | 11100101 | 111100 | 111101 | 0 | 1001010 | 1010 | 1101101 | 1001100 | 111001 |
Color Harmonies of #5AE53C
Complementary color
Monochromatic Colors of #5AE53C
Black with #5AE53C
Text Example
Text Example
White with #5AE53C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AE53C; }
p { color: rgb(90,229,60); }
H1.HeaderClassName
{
color: #5AE53C;
}
.AnyTagClassName
{
color: #5AE53C;
}
</style>
background-color css
<style>
a { background-color: #5AE53C; }
a { background-color: rgb(90,229,60); }
div.DivClassName
{
background-color: #5AE53C;
}
.BgClassName
{
background-color: #5AE53C;
}
</style>
border-color css
<style>
span { border-color: #5AE53C; }
span { border-color: rgb(90,229,60); }
td.TdClassName
{
border-color: #5AE53C;
}
.TagClassName
{
border-color: #5AE53C;
}
</style>