Shades of Lime Green #5AE338
Tints of Lime Green #5AE338
RGB
CMYK
RGB Variations
Color information
#5AE338 (or 0x5AE338) is known color: Lime Green. HEX triplet: 5A, E3 and 38. RGB value is (90,227,56). Sum of RGB (Red+Green+Blue) = 90+227+56=373 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24.13% from 373); Green value is 227 (89.06% from 255 or 60.86% from 373); Blue value is 56 (22.27% from 255 or 15.01% from 373); Max value from RGB is 227 - color contains mainly: green. Hex color #5AE338 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5AE338 is #A51CC7. Grayscale: #A7A7A7. Windows color (decimal): -10820808 or 3728218. OLE color: 3728218.
HSL color Cylindrical-coordinate representation of color #5AE338: hue angle of 108.07º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5AE338 is Cyan = 0.60, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 90 | 227 | 56 | - |
| CMYK | 0.60 | 0 | 0.75 | 0.11 |
| HSL | 108.07º | 0.75% | 0.55% | - |
| HSV(B) | 108.07º | 0.75% | 0.89% | - |
| XYZ | 32.4 | 57.4 | 13.11 | - |
| YUV | 166.54 | 65.61 | 73.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 227 | 56 | 0.60 | 0 | 0.75 | 0.11 | 108.07 | 0.75 | 0.55 |
| Hex | 5A | E3 | 38 | 3C | 0 | 4B | B | 6C | 4B | 37 |
| Octal | 132 | 343 | 70 | 74 | 0 | 113 | 13 | 154 | 113 | 67 |
| Binary | 1011010 | 11100011 | 111000 | 111100 | 0 | 1001011 | 1011 | 1101100 | 1001011 | 110111 |
Color Harmonies of #5AE338
Complementary color
Monochromatic Colors of #5AE338
Black with #5AE338
Text Example
Text Example
White with #5AE338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AE338; }
p { color: rgb(90,227,56); }
H1.HeaderClassName
{
color: #5AE338;
}
.AnyTagClassName
{
color: #5AE338;
}
</style>
background-color css
<style>
a { background-color: #5AE338; }
a { background-color: rgb(90,227,56); }
div.DivClassName
{
background-color: #5AE338;
}
.BgClassName
{
background-color: #5AE338;
}
</style>
border-color css
<style>
span { border-color: #5AE338; }
span { border-color: rgb(90,227,56); }
td.TdClassName
{
border-color: #5AE338;
}
.TagClassName
{
border-color: #5AE338;
}
</style>