Shades of Lime Green #5ADD37
Tints of Lime Green #5ADD37
RGB
CMYK
RGB Variations
Color information
#5ADD37 (or 0x5ADD37) is known color: Lime Green. HEX triplet: 5A, DD and 37. RGB value is (90,221,55). Sum of RGB (Red+Green+Blue) = 90+221+55=366 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.59% from 366); Green value is 221 (86.72% from 255 or 60.38% from 366); Blue value is 55 (21.88% from 255 or 15.03% from 366); Max value from RGB is 221 - color contains mainly: green. Hex color #5ADD37 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ADD37 is #A522C8. Grayscale: #A3A3A3. Windows color (decimal): -10822345 or 3661146. OLE color: 3661146.
HSL color Cylindrical-coordinate representation of color #5ADD37: hue angle of 107.35º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5ADD37 is Cyan = 0.59, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 90 | 221 | 55 | - |
| CMYK | 0.59 | 0 | 0.75 | 0.13 |
| HSL | 107.35º | 0.71% | 0.54% | - |
| HSV(B) | 107.35º | 0.75% | 0.87% | - |
| XYZ | 30.76 | 54.16 | 12.45 | - |
| YUV | 162.91 | 67.1 | 76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 221 | 55 | 0.59 | 0 | 0.75 | 0.13 | 107.35 | 0.71 | 0.54 |
| Hex | 5A | DD | 37 | 3B | 0 | 4B | D | 6B | 47 | 36 |
| Octal | 132 | 335 | 67 | 73 | 0 | 113 | 15 | 153 | 107 | 66 |
| Binary | 1011010 | 11011101 | 110111 | 111011 | 0 | 1001011 | 1101 | 1101011 | 1000111 | 110110 |
Color Harmonies of #5ADD37
Complementary color
Monochromatic Colors of #5ADD37
Black with #5ADD37
Text Example
Text Example
White with #5ADD37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADD37; }
p { color: rgb(90,221,55); }
H1.HeaderClassName
{
color: #5ADD37;
}
.AnyTagClassName
{
color: #5ADD37;
}
</style>
background-color css
<style>
a { background-color: #5ADD37; }
a { background-color: rgb(90,221,55); }
div.DivClassName
{
background-color: #5ADD37;
}
.BgClassName
{
background-color: #5ADD37;
}
</style>
border-color css
<style>
span { border-color: #5ADD37; }
span { border-color: rgb(90,221,55); }
td.TdClassName
{
border-color: #5ADD37;
}
.TagClassName
{
border-color: #5ADD37;
}
</style>