Shades of Limeade #5DAD25
Tints of Limeade #5DAD25
RGB
CMYK
RGB Variations
Color information
#5DAD25 (or 0x5DAD25) is known color: Limeade. HEX triplet: 5D, AD and 25. RGB value is (93,173,37). Sum of RGB (Red+Green+Blue) = 93+173+37=303 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.69% from 303); Green value is 173 (67.97% from 255 or 57.10% from 303); Blue value is 37 (14.84% from 255 or 12.21% from 303); Max value from RGB is 173 - color contains mainly: green. Hex color #5DAD25 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DAD25 is #A252DA. Grayscale: #868686. Windows color (decimal): -10638043 or 2469213. OLE color: 2469213.
HSL color Cylindrical-coordinate representation of color #5DAD25: hue angle of 95.29º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5DAD25 is Cyan = 0.46, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 93 | 173 | 37 | - |
| CMYK | 0.46 | 0 | 0.79 | 0.32 |
| HSL | 95.29º | 0.65% | 0.41% | - |
| HSV(B) | 95.29º | 0.79% | 0.68% | - |
| XYZ | 19.79 | 32.35 | 6.95 | - |
| YUV | 133.58 | 73.5 | 99.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 173 | 37 | 0.46 | 0 | 0.79 | 0.32 | 95.29 | 0.65 | 0.41 |
| Hex | 5D | AD | 25 | 2E | 0 | 4F | 20 | 5F | 41 | 29 |
| Octal | 135 | 255 | 45 | 56 | 0 | 117 | 40 | 137 | 101 | 51 |
| Binary | 1011101 | 10101101 | 100101 | 101110 | 0 | 1001111 | 100000 | 1011111 | 1000001 | 101001 |
Color Harmonies of #5DAD25
Complementary color
Monochromatic Colors of #5DAD25
Black with #5DAD25
Text Example
Text Example
White with #5DAD25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DAD25; }
p { color: rgb(93,173,37); }
H1.HeaderClassName
{
color: #5DAD25;
}
.AnyTagClassName
{
color: #5DAD25;
}
</style>
background-color css
<style>
a { background-color: #5DAD25; }
a { background-color: rgb(93,173,37); }
div.DivClassName
{
background-color: #5DAD25;
}
.BgClassName
{
background-color: #5DAD25;
}
</style>
border-color css
<style>
span { border-color: #5DAD25; }
span { border-color: rgb(93,173,37); }
td.TdClassName
{
border-color: #5DAD25;
}
.TagClassName
{
border-color: #5DAD25;
}
</style>