Shades of Lime Green #5ADE33
Tints of Lime Green #5ADE33
RGB
CMYK
RGB Variations
Color information
#5ADE33 (or 0x5ADE33) is known color: Lime Green. HEX triplet: 5A, DE and 33. RGB value is (90,222,51). Sum of RGB (Red+Green+Blue) = 90+222+51=363 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.79% from 363); Green value is 222 (87.11% from 255 or 61.16% from 363); Blue value is 51 (20.31% from 255 or 14.05% from 363); Max value from RGB is 222 - color contains mainly: green. Hex color #5ADE33 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5ADE33 is #A521CC. Grayscale: #A3A3A3. Windows color (decimal): -10822093 or 3399258. OLE color: 3399258.
HSL color Cylindrical-coordinate representation of color #5ADE33: hue angle of 106.32º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5ADE33 is Cyan = 0.59, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 90 | 222 | 51 | - |
| CMYK | 0.59 | 0 | 0.77 | 0.13 |
| HSL | 106.32º | 0.72% | 0.54% | - |
| HSV(B) | 106.32º | 0.77% | 0.87% | - |
| XYZ | 30.94 | 54.66 | 12.05 | - |
| YUV | 163.04 | 64.77 | 75.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 222 | 51 | 0.59 | 0 | 0.77 | 0.13 | 106.32 | 0.72 | 0.54 |
| Hex | 5A | DE | 33 | 3B | 0 | 4D | D | 6A | 48 | 36 |
| Octal | 132 | 336 | 63 | 73 | 0 | 115 | 15 | 152 | 110 | 66 |
| Binary | 1011010 | 11011110 | 110011 | 111011 | 0 | 1001101 | 1101 | 1101010 | 1001000 | 110110 |
Color Harmonies of #5ADE33
Complementary color
Monochromatic Colors of #5ADE33
Black with #5ADE33
Text Example
Text Example
White with #5ADE33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADE33; }
p { color: rgb(90,222,51); }
H1.HeaderClassName
{
color: #5ADE33;
}
.AnyTagClassName
{
color: #5ADE33;
}
</style>
background-color css
<style>
a { background-color: #5ADE33; }
a { background-color: rgb(90,222,51); }
div.DivClassName
{
background-color: #5ADE33;
}
.BgClassName
{
background-color: #5ADE33;
}
</style>
border-color css
<style>
span { border-color: #5ADE33; }
span { border-color: rgb(90,222,51); }
td.TdClassName
{
border-color: #5ADE33;
}
.TagClassName
{
border-color: #5ADE33;
}
</style>