Shades of Limeade #5DA118
Tints of Limeade #5DA118
RGB
CMYK
RGB Variations
Color information
#5DA118 (or 0x5DA118) is known color: Limeade. HEX triplet: 5D, A1 and 18. RGB value is (93,161,24). Sum of RGB (Red+Green+Blue) = 93+161+24=278 (36% of max value = 765). Red value is 93 (36.72% from 255 or 33.45% from 278); Green value is 161 (63.28% from 255 or 57.91% from 278); Blue value is 24 (9.77% from 255 or 8.63% from 278); Max value from RGB is 161 - color contains mainly: green. Hex color #5DA118 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5DA118 is #A25EE7. Grayscale: #7D7D7D. Windows color (decimal): -10641128 or 1614173. OLE color: 1614173.
HSL color Cylindrical-coordinate representation of color #5DA118: hue angle of 89.78º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5DA118 is Cyan = 0.42, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 93 | 161 | 24 | - |
| CMYK | 0.42 | 0 | 0.85 | 0.37 |
| HSL | 89.78º | 0.74% | 0.36% | - |
| HSV(B) | 89.78º | 0.85% | 0.63% | - |
| XYZ | 17.42 | 27.88 | 5.33 | - |
| YUV | 125.05 | 70.97 | 105.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 161 | 24 | 0.42 | 0 | 0.85 | 0.37 | 89.78 | 0.74 | 0.36 |
| Hex | 5D | A1 | 18 | 2A | 0 | 55 | 25 | 5A | 4A | 24 |
| Octal | 135 | 241 | 30 | 52 | 0 | 125 | 45 | 132 | 112 | 44 |
| Binary | 1011101 | 10100001 | 11000 | 101010 | 0 | 1010101 | 100101 | 1011010 | 1001010 | 100100 |
Color Harmonies of #5DA118
Complementary color
Monochromatic Colors of #5DA118
Black with #5DA118
Text Example
Text Example
White with #5DA118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA118; }
p { color: rgb(93,161,24); }
H1.HeaderClassName
{
color: #5DA118;
}
.AnyTagClassName
{
color: #5DA118;
}
</style>
background-color css
<style>
a { background-color: #5DA118; }
a { background-color: rgb(93,161,24); }
div.DivClassName
{
background-color: #5DA118;
}
.BgClassName
{
background-color: #5DA118;
}
</style>
border-color css
<style>
span { border-color: #5DA118; }
span { border-color: rgb(93,161,24); }
td.TdClassName
{
border-color: #5DA118;
}
.TagClassName
{
border-color: #5DA118;
}
</style>