Shades of Limeade #5EAB25
Tints of Limeade #5EAB25
RGB
CMYK
RGB Variations
Color information
#5EAB25 (or 0x5EAB25) is known color: Limeade. HEX triplet: 5E, AB and 25. RGB value is (94,171,37). Sum of RGB (Red+Green+Blue) = 94+171+37=302 (40% of max value = 765). Red value is 94 (37.11% from 255 or 31.13% from 302); Green value is 171 (67.19% from 255 or 56.62% from 302); Blue value is 37 (14.84% from 255 or 12.25% from 302); Max value from RGB is 171 - color contains mainly: green. Hex color #5EAB25 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5EAB25 is #A154DA. Grayscale: #858585. Windows color (decimal): -10573019 or 2468702. OLE color: 2468702.
HSL color Cylindrical-coordinate representation of color #5EAB25: hue angle of 94.48º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5EAB25 is Cyan = 0.45, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 94 | 171 | 37 | - |
| CMYK | 0.45 | 0 | 0.78 | 0.33 |
| HSL | 94.48º | 0.64% | 0.41% | - |
| HSV(B) | 94.48º | 0.78% | 0.67% | - |
| XYZ | 19.51 | 31.64 | 6.83 | - |
| YUV | 132.7 | 73.99 | 100.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 171 | 37 | 0.45 | 0 | 0.78 | 0.33 | 94.48 | 0.64 | 0.41 |
| Hex | 5E | AB | 25 | 2D | 0 | 4E | 21 | 5E | 40 | 29 |
| Octal | 136 | 253 | 45 | 55 | 0 | 116 | 41 | 136 | 100 | 51 |
| Binary | 1011110 | 10101011 | 100101 | 101101 | 0 | 1001110 | 100001 | 1011110 | 1000000 | 101001 |
Color Harmonies of #5EAB25
Complementary color
Monochromatic Colors of #5EAB25
Black with #5EAB25
Text Example
Text Example
White with #5EAB25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EAB25; }
p { color: rgb(94,171,37); }
H1.HeaderClassName
{
color: #5EAB25;
}
.AnyTagClassName
{
color: #5EAB25;
}
</style>
background-color css
<style>
a { background-color: #5EAB25; }
a { background-color: rgb(94,171,37); }
div.DivClassName
{
background-color: #5EAB25;
}
.BgClassName
{
background-color: #5EAB25;
}
</style>
border-color css
<style>
span { border-color: #5EAB25; }
span { border-color: rgb(94,171,37); }
td.TdClassName
{
border-color: #5EAB25;
}
.TagClassName
{
border-color: #5EAB25;
}
</style>