Shades of Limeade #5DAE23
Tints of Limeade #5DAE23
RGB
CMYK
RGB Variations
Color information
#5DAE23 (or 0x5DAE23) is known color: Limeade. HEX triplet: 5D, AE and 23. RGB value is (93,174,35). Sum of RGB (Red+Green+Blue) = 93+174+35=302 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.79% from 302); Green value is 174 (68.36% from 255 or 57.62% from 302); Blue value is 35 (14.06% from 255 or 11.59% from 302); Max value from RGB is 174 - color contains mainly: green. Hex color #5DAE23 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DAE23 is #A251DC. Grayscale: #868686. Windows color (decimal): -10637789 or 2338397. OLE color: 2338397.
HSL color Cylindrical-coordinate representation of color #5DAE23: hue angle of 94.96º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5DAE23 is Cyan = 0.47, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 93 | 174 | 35 | - |
| CMYK | 0.47 | 0 | 0.80 | 0.32 |
| HSL | 94.96º | 0.67% | 0.41% | - |
| HSV(B) | 94.96º | 0.8% | 0.68% | - |
| XYZ | 19.95 | 32.72 | 6.85 | - |
| YUV | 133.94 | 72.16 | 98.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 174 | 35 | 0.47 | 0 | 0.80 | 0.32 | 94.96 | 0.67 | 0.41 |
| Hex | 5D | AE | 23 | 2F | 0 | 50 | 20 | 5F | 43 | 29 |
| Octal | 135 | 256 | 43 | 57 | 0 | 120 | 40 | 137 | 103 | 51 |
| Binary | 1011101 | 10101110 | 100011 | 101111 | 0 | 1010000 | 100000 | 1011111 | 1000011 | 101001 |
Color Harmonies of #5DAE23
Complementary color
Monochromatic Colors of #5DAE23
Black with #5DAE23
Text Example
Text Example
White with #5DAE23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DAE23; }
p { color: rgb(93,174,35); }
H1.HeaderClassName
{
color: #5DAE23;
}
.AnyTagClassName
{
color: #5DAE23;
}
</style>
background-color css
<style>
a { background-color: #5DAE23; }
a { background-color: rgb(93,174,35); }
div.DivClassName
{
background-color: #5DAE23;
}
.BgClassName
{
background-color: #5DAE23;
}
</style>
border-color css
<style>
span { border-color: #5DAE23; }
span { border-color: rgb(93,174,35); }
td.TdClassName
{
border-color: #5DAE23;
}
.TagClassName
{
border-color: #5DAE23;
}
</style>