Shades of Lime Green #5ADE36
Tints of Lime Green #5ADE36
RGB
CMYK
RGB Variations
Color information
#5ADE36 (or 0x5ADE36) is known color: Lime Green. HEX triplet: 5A, DE and 36. RGB value is (90,222,54). Sum of RGB (Red+Green+Blue) = 90+222+54=366 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.59% from 366); Green value is 222 (87.11% from 255 or 60.66% from 366); Blue value is 54 (21.48% from 255 or 14.75% from 366); Max value from RGB is 222 - color contains mainly: green. Hex color #5ADE36 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ADE36 is #A521C9. Grayscale: #A3A3A3. Windows color (decimal): -10822090 or 3595866. OLE color: 3595866.
HSL color Cylindrical-coordinate representation of color #5ADE36: hue angle of 107.14º degrees, saturation: 0.72, 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 #5ADE36 is Cyan = 0.59, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 90 | 222 | 54 | - |
| CMYK | 0.59 | 0 | 0.76 | 0.13 |
| HSL | 107.14º | 0.72% | 0.54% | - |
| HSV(B) | 107.14º | 0.76% | 0.87% | - |
| XYZ | 31 | 54.68 | 12.41 | - |
| YUV | 163.38 | 66.27 | 75.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 222 | 54 | 0.59 | 0 | 0.76 | 0.13 | 107.14 | 0.72 | 0.54 |
| Hex | 5A | DE | 36 | 3B | 0 | 4C | D | 6B | 48 | 36 |
| Octal | 132 | 336 | 66 | 73 | 0 | 114 | 15 | 153 | 110 | 66 |
| Binary | 1011010 | 11011110 | 110110 | 111011 | 0 | 1001100 | 1101 | 1101011 | 1001000 | 110110 |
Color Harmonies of #5ADE36
Complementary color
Monochromatic Colors of #5ADE36
Black with #5ADE36
Text Example
Text Example
White with #5ADE36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADE36; }
p { color: rgb(90,222,54); }
H1.HeaderClassName
{
color: #5ADE36;
}
.AnyTagClassName
{
color: #5ADE36;
}
</style>
background-color css
<style>
a { background-color: #5ADE36; }
a { background-color: rgb(90,222,54); }
div.DivClassName
{
background-color: #5ADE36;
}
.BgClassName
{
background-color: #5ADE36;
}
</style>
border-color css
<style>
span { border-color: #5ADE36; }
span { border-color: rgb(90,222,54); }
td.TdClassName
{
border-color: #5ADE36;
}
.TagClassName
{
border-color: #5ADE36;
}
</style>