Shades of Limeade #5DAD27
Tints of Limeade #5DAD27
RGB
CMYK
RGB Variations
Color information
#5DAD27 (or 0x5DAD27) is known color: Limeade. HEX triplet: 5D, AD and 27. RGB value is (93,173,39). Sum of RGB (Red+Green+Blue) = 93+173+39=305 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.49% from 305); Green value is 173 (67.97% from 255 or 56.72% from 305); Blue value is 39 (15.62% from 255 or 12.79% from 305); Max value from RGB is 173 - color contains mainly: green. Hex color #5DAD27 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5DAD27 is #A252D8. Grayscale: #868686. Windows color (decimal): -10638041 or 2600285. OLE color: 2600285.
HSL color Cylindrical-coordinate representation of color #5DAD27: hue angle of 95.82º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5DAD27 is Cyan = 0.46, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 93 | 173 | 39 | - |
| CMYK | 0.46 | 0 | 0.77 | 0.32 |
| HSL | 95.82º | 0.63% | 0.42% | - |
| HSV(B) | 95.82º | 0.77% | 0.68% | - |
| XYZ | 19.82 | 32.36 | 7.12 | - |
| YUV | 133.8 | 74.5 | 98.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 173 | 39 | 0.46 | 0 | 0.77 | 0.32 | 95.82 | 0.63 | 0.42 |
| Hex | 5D | AD | 27 | 2E | 0 | 4D | 20 | 60 | 3F | 2A |
| Octal | 135 | 255 | 47 | 56 | 0 | 115 | 40 | 140 | 77 | 52 |
| Binary | 1011101 | 10101101 | 100111 | 101110 | 0 | 1001101 | 100000 | 1100000 | 111111 | 101010 |
Color Harmonies of #5DAD27
Complementary color
Monochromatic Colors of #5DAD27
Black with #5DAD27
Text Example
Text Example
White with #5DAD27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DAD27; }
p { color: rgb(93,173,39); }
H1.HeaderClassName
{
color: #5DAD27;
}
.AnyTagClassName
{
color: #5DAD27;
}
</style>
background-color css
<style>
a { background-color: #5DAD27; }
a { background-color: rgb(93,173,39); }
div.DivClassName
{
background-color: #5DAD27;
}
.BgClassName
{
background-color: #5DAD27;
}
</style>
border-color css
<style>
span { border-color: #5DAD27; }
span { border-color: rgb(93,173,39); }
td.TdClassName
{
border-color: #5DAD27;
}
.TagClassName
{
border-color: #5DAD27;
}
</style>