Shades of Limeade #5DA024
Tints of Limeade #5DA024
RGB
CMYK
RGB Variations
Color information
#5DA024 (or 0x5DA024) is known color: Limeade. HEX triplet: 5D, A0 and 24. RGB value is (93,160,36). Sum of RGB (Red+Green+Blue) = 93+160+36=289 (38% of max value = 765). Red value is 93 (36.72% from 255 or 32.18% from 289); Green value is 160 (62.89% from 255 or 55.36% from 289); Blue value is 36 (14.45% from 255 or 12.46% from 289); Max value from RGB is 160 - color contains mainly: green. Hex color #5DA024 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DA024 is #A25FDB. Grayscale: #7E7E7E. Windows color (decimal): -10641372 or 2400349. OLE color: 2400349.
HSL color Cylindrical-coordinate representation of color #5DA024: hue angle of 92.42º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5DA024 is Cyan = 0.42, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 93 | 160 | 36 | - |
| CMYK | 0.42 | 0 | 0.78 | 0.37 |
| HSL | 92.42º | 0.63% | 0.38% | - |
| HSV(B) | 92.42º | 0.78% | 0.63% | - |
| XYZ | 17.4 | 27.6 | 6.08 | - |
| YUV | 125.83 | 77.3 | 104.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 160 | 36 | 0.42 | 0 | 0.78 | 0.37 | 92.42 | 0.63 | 0.38 |
| Hex | 5D | A0 | 24 | 2A | 0 | 4E | 25 | 5C | 3F | 26 |
| Octal | 135 | 240 | 44 | 52 | 0 | 116 | 45 | 134 | 77 | 46 |
| Binary | 1011101 | 10100000 | 100100 | 101010 | 0 | 1001110 | 100101 | 1011100 | 111111 | 100110 |
Color Harmonies of #5DA024
Complementary color
Monochromatic Colors of #5DA024
Black with #5DA024
Text Example
Text Example
White with #5DA024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA024; }
p { color: rgb(93,160,36); }
H1.HeaderClassName
{
color: #5DA024;
}
.AnyTagClassName
{
color: #5DA024;
}
</style>
background-color css
<style>
a { background-color: #5DA024; }
a { background-color: rgb(93,160,36); }
div.DivClassName
{
background-color: #5DA024;
}
.BgClassName
{
background-color: #5DA024;
}
</style>
border-color css
<style>
span { border-color: #5DA024; }
span { border-color: rgb(93,160,36); }
td.TdClassName
{
border-color: #5DA024;
}
.TagClassName
{
border-color: #5DA024;
}
</style>