Shades of Limeade #5EAD29
Tints of Limeade #5EAD29
RGB
CMYK
RGB Variations
Color information
#5EAD29 (or 0x5EAD29) is known color: Limeade. HEX triplet: 5E, AD and 29. RGB value is (94,173,41). Sum of RGB (Red+Green+Blue) = 94+173+41=308 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.52% from 308); Green value is 173 (67.97% from 255 or 56.17% from 308); Blue value is 41 (16.41% from 255 or 13.31% from 308); Max value from RGB is 173 - color contains mainly: green. Hex color #5EAD29 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5EAD29 is #A152D6. Grayscale: #868686. Windows color (decimal): -10572503 or 2731358. OLE color: 2731358.
HSL color Cylindrical-coordinate representation of color #5EAD29: hue angle of 95.91º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5EAD29 is Cyan = 0.46, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 94 | 173 | 41 | - |
| CMYK | 0.46 | 0 | 0.76 | 0.32 |
| HSL | 95.91º | 0.62% | 0.42% | - |
| HSV(B) | 95.91º | 0.76% | 0.68% | - |
| XYZ | 19.96 | 32.43 | 7.3 | - |
| YUV | 134.33 | 75.33 | 99.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 173 | 41 | 0.46 | 0 | 0.76 | 0.32 | 95.91 | 0.62 | 0.42 |
| Hex | 5E | AD | 29 | 2E | 0 | 4C | 20 | 60 | 3E | 2A |
| Octal | 136 | 255 | 51 | 56 | 0 | 114 | 40 | 140 | 76 | 52 |
| Binary | 1011110 | 10101101 | 101001 | 101110 | 0 | 1001100 | 100000 | 1100000 | 111110 | 101010 |
Color Harmonies of #5EAD29
Complementary color
Monochromatic Colors of #5EAD29
Black with #5EAD29
Text Example
Text Example
White with #5EAD29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EAD29; }
p { color: rgb(94,173,41); }
H1.HeaderClassName
{
color: #5EAD29;
}
.AnyTagClassName
{
color: #5EAD29;
}
</style>
background-color css
<style>
a { background-color: #5EAD29; }
a { background-color: rgb(94,173,41); }
div.DivClassName
{
background-color: #5EAD29;
}
.BgClassName
{
background-color: #5EAD29;
}
</style>
border-color css
<style>
span { border-color: #5EAD29; }
span { border-color: rgb(94,173,41); }
td.TdClassName
{
border-color: #5EAD29;
}
.TagClassName
{
border-color: #5EAD29;
}
</style>