Shades of Lime Green #5AED32
Tints of Lime Green #5AED32
RGB
CMYK
RGB Variations
Color information
#5AED32 (or 0x5AED32) is known color: Lime Green. HEX triplet: 5A, ED and 32. RGB value is (90,237,50). Sum of RGB (Red+Green+Blue) = 90+237+50=377 (49% of max value = 765). Red value is 90 (35.55% from 255 or 23.87% from 377); Green value is 237 (92.97% from 255 or 62.86% from 377); Blue value is 50 (19.92% from 255 or 13.26% from 377); Max value from RGB is 237 - color contains mainly: green. Hex color #5AED32 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5AED32 is #A512CD. Grayscale: #ACACAC. Windows color (decimal): -10818254 or 3337562. OLE color: 3337562.
HSL color Cylindrical-coordinate representation of color #5AED32: hue angle of 107.17º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5AED32 is Cyan = 0.62, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 90 | 237 | 50 | - |
| CMYK | 0.62 | 0 | 0.79 | 0.07 |
| HSL | 107.17º | 0.84% | 0.56% | - |
| HSV(B) | 107.17º | 0.79% | 0.93% | - |
| XYZ | 35.08 | 62.97 | 13.32 | - |
| YUV | 171.73 | 59.3 | 69.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 237 | 50 | 0.62 | 0 | 0.79 | 0.07 | 107.17 | 0.84 | 0.56 |
| Hex | 5A | ED | 32 | 3E | 0 | 4F | 7 | 6B | 54 | 38 |
| Octal | 132 | 355 | 62 | 76 | 0 | 117 | 7 | 153 | 124 | 70 |
| Binary | 1011010 | 11101101 | 110010 | 111110 | 0 | 1001111 | 111 | 1101011 | 1010100 | 111000 |
Color Harmonies of #5AED32
Complementary color
Monochromatic Colors of #5AED32
Black with #5AED32
Text Example
Text Example
White with #5AED32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AED32; }
p { color: rgb(90,237,50); }
H1.HeaderClassName
{
color: #5AED32;
}
.AnyTagClassName
{
color: #5AED32;
}
</style>
background-color css
<style>
a { background-color: #5AED32; }
a { background-color: rgb(90,237,50); }
div.DivClassName
{
background-color: #5AED32;
}
.BgClassName
{
background-color: #5AED32;
}
</style>
border-color css
<style>
span { border-color: #5AED32; }
span { border-color: rgb(90,237,50); }
td.TdClassName
{
border-color: #5AED32;
}
.TagClassName
{
border-color: #5AED32;
}
</style>