Shades of Lime Green #5ADD35
Tints of Lime Green #5ADD35
RGB
CMYK
RGB Variations
Color information
#5ADD35 (or 0x5ADD35) is known color: Lime Green. HEX triplet: 5A, DD and 35. RGB value is (90,221,53). Sum of RGB (Red+Green+Blue) = 90+221+53=364 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.73% from 364); Green value is 221 (86.72% from 255 or 60.71% from 364); Blue value is 53 (21.09% from 255 or 14.56% from 364); Max value from RGB is 221 - color contains mainly: green. Hex color #5ADD35 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ADD35 is #A522CA. Grayscale: #A3A3A3. Windows color (decimal): -10822347 or 3530074. OLE color: 3530074.
HSL color Cylindrical-coordinate representation of color #5ADD35: hue angle of 106.79º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5ADD35 is Cyan = 0.59, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 90 | 221 | 53 | - |
| CMYK | 0.59 | 0 | 0.76 | 0.13 |
| HSL | 106.79º | 0.71% | 0.54% | - |
| HSV(B) | 106.79º | 0.76% | 0.87% | - |
| XYZ | 30.72 | 54.14 | 12.2 | - |
| YUV | 162.68 | 66.1 | 76.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 221 | 53 | 0.59 | 0 | 0.76 | 0.13 | 106.79 | 0.71 | 0.54 |
| Hex | 5A | DD | 35 | 3B | 0 | 4C | D | 6B | 47 | 36 |
| Octal | 132 | 335 | 65 | 73 | 0 | 114 | 15 | 153 | 107 | 66 |
| Binary | 1011010 | 11011101 | 110101 | 111011 | 0 | 1001100 | 1101 | 1101011 | 1000111 | 110110 |
Color Harmonies of #5ADD35
Complementary color
Monochromatic Colors of #5ADD35
Black with #5ADD35
Text Example
Text Example
White with #5ADD35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADD35; }
p { color: rgb(90,221,53); }
H1.HeaderClassName
{
color: #5ADD35;
}
.AnyTagClassName
{
color: #5ADD35;
}
</style>
background-color css
<style>
a { background-color: #5ADD35; }
a { background-color: rgb(90,221,53); }
div.DivClassName
{
background-color: #5ADD35;
}
.BgClassName
{
background-color: #5ADD35;
}
</style>
border-color css
<style>
span { border-color: #5ADD35; }
span { border-color: rgb(90,221,53); }
td.TdClassName
{
border-color: #5ADD35;
}
.TagClassName
{
border-color: #5ADD35;
}
</style>