Shades of Lime Green #5AE33F
Tints of Lime Green #5AE33F
RGB
CMYK
RGB Variations
Color information
#5AE33F (or 0x5AE33F) is known color: Lime Green. HEX triplet: 5A, E3 and 3F. RGB value is (90,227,63). Sum of RGB (Red+Green+Blue) = 90+227+63=380 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.68% from 380); Green value is 227 (89.06% from 255 or 59.74% from 380); Blue value is 63 (25% from 255 or 16.58% from 380); Max value from RGB is 227 - color contains mainly: green. Hex color #5AE33F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AE33F is #A51CC0. Grayscale: #A7A7A7. Windows color (decimal): -10820801 or 4186970. OLE color: 4186970.
HSL color Cylindrical-coordinate representation of color #5AE33F: hue angle of 110.12º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5AE33F is Cyan = 0.60, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 90 | 227 | 63 | - |
| CMYK | 0.60 | 0 | 0.72 | 0.11 |
| HSL | 110.12º | 0.75% | 0.57% | - |
| HSV(B) | 110.12º | 0.72% | 0.89% | - |
| XYZ | 32.58 | 57.47 | 14.08 | - |
| YUV | 167.34 | 69.11 | 72.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 227 | 63 | 0.60 | 0 | 0.72 | 0.11 | 110.12 | 0.75 | 0.57 |
| Hex | 5A | E3 | 3F | 3C | 0 | 48 | B | 6E | 4B | 39 |
| Octal | 132 | 343 | 77 | 74 | 0 | 110 | 13 | 156 | 113 | 71 |
| Binary | 1011010 | 11100011 | 111111 | 111100 | 0 | 1001000 | 1011 | 1101110 | 1001011 | 111001 |
Color Harmonies of #5AE33F
Complementary color
Monochromatic Colors of #5AE33F
Black with #5AE33F
Text Example
Text Example
White with #5AE33F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AE33F; }
p { color: rgb(90,227,63); }
H1.HeaderClassName
{
color: #5AE33F;
}
.AnyTagClassName
{
color: #5AE33F;
}
</style>
background-color css
<style>
a { background-color: #5AE33F; }
a { background-color: rgb(90,227,63); }
div.DivClassName
{
background-color: #5AE33F;
}
.BgClassName
{
background-color: #5AE33F;
}
</style>
border-color css
<style>
span { border-color: #5AE33F; }
span { border-color: rgb(90,227,63); }
td.TdClassName
{
border-color: #5AE33F;
}
.TagClassName
{
border-color: #5AE33F;
}
</style>