Shades of Limeade #5DA218
Tints of Limeade #5DA218
RGB
CMYK
RGB Variations
Color information
#5DA218 (or 0x5DA218) is known color: Limeade. HEX triplet: 5D, A2 and 18. RGB value is (93,162,24). Sum of RGB (Red+Green+Blue) = 93+162+24=279 (36% of max value = 765). Red value is 93 (36.72% from 255 or 33.33% from 279); Green value is 162 (63.67% from 255 or 58.06% from 279); Blue value is 24 (9.77% from 255 or 8.60% from 279); Max value from RGB is 162 - color contains mainly: green. Hex color #5DA218 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5DA218 is #A25DE7. Grayscale: #7E7E7E. Windows color (decimal): -10640872 or 1614429. OLE color: 1614429.
HSL color Cylindrical-coordinate representation of color #5DA218: hue angle of 90º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5DA218 is Cyan = 0.43, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 93 | 162 | 24 | - |
| CMYK | 0.43 | 0 | 0.85 | 0.36 |
| HSL | 90º | 0.74% | 0.36% | - |
| HSV(B) | 90º | 0.85% | 0.64% | - |
| XYZ | 17.6 | 28.23 | 5.39 | - |
| YUV | 125.64 | 70.64 | 104.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 162 | 24 | 0.43 | 0 | 0.85 | 0.36 | 90 | 0.74 | 0.36 |
| Hex | 5D | A2 | 18 | 2B | 0 | 55 | 24 | 5A | 4A | 24 |
| Octal | 135 | 242 | 30 | 53 | 0 | 125 | 44 | 132 | 112 | 44 |
| Binary | 1011101 | 10100010 | 11000 | 101011 | 0 | 1010101 | 100100 | 1011010 | 1001010 | 100100 |
Color Harmonies of #5DA218
Complementary color
Monochromatic Colors of #5DA218
Black with #5DA218
Text Example
Text Example
White with #5DA218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DA218; }
p { color: rgb(93,162,24); }
H1.HeaderClassName
{
color: #5DA218;
}
.AnyTagClassName
{
color: #5DA218;
}
</style>
background-color css
<style>
a { background-color: #5DA218; }
a { background-color: rgb(93,162,24); }
div.DivClassName
{
background-color: #5DA218;
}
.BgClassName
{
background-color: #5DA218;
}
</style>
border-color css
<style>
span { border-color: #5DA218; }
span { border-color: rgb(93,162,24); }
td.TdClassName
{
border-color: #5DA218;
}
.TagClassName
{
border-color: #5DA218;
}
</style>