Shades of Limeade #5EAB32
Tints of Limeade #5EAB32
RGB
CMYK
RGB Variations
Color information
#5EAB32 (or 0x5EAB32) is known color: Limeade. HEX triplet: 5E, AB and 32. RGB value is (94,171,50). Sum of RGB (Red+Green+Blue) = 94+171+50=315 (41% of max value = 765). Red value is 94 (37.11% from 255 or 29.84% from 315); Green value is 171 (67.19% from 255 or 54.29% from 315); Blue value is 50 (19.92% from 255 or 15.87% from 315); Max value from RGB is 171 - color contains mainly: green. Hex color #5EAB32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5EAB32 is #A154CD. Grayscale: #868686. Windows color (decimal): -10573006 or 3320670. OLE color: 3320670.
HSL color Cylindrical-coordinate representation of color #5EAB32: hue angle of 98.18º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5EAB32 is Cyan = 0.45, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 94 | 171 | 50 | - |
| CMYK | 0.45 | 0 | 0.71 | 0.33 |
| HSL | 98.18º | 0.55% | 0.43% | - |
| HSV(B) | 98.18º | 0.71% | 0.67% | - |
| XYZ | 19.75 | 31.74 | 8.1 | - |
| YUV | 134.18 | 80.49 | 99.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 171 | 50 | 0.45 | 0 | 0.71 | 0.33 | 98.18 | 0.55 | 0.43 |
| Hex | 5E | AB | 32 | 2D | 0 | 47 | 21 | 62 | 37 | 2B |
| Octal | 136 | 253 | 62 | 55 | 0 | 107 | 41 | 142 | 67 | 53 |
| Binary | 1011110 | 10101011 | 110010 | 101101 | 0 | 1000111 | 100001 | 1100010 | 110111 | 101011 |
Color Harmonies of #5EAB32
Complementary color
Monochromatic Colors of #5EAB32
Black with #5EAB32
Text Example
Text Example
White with #5EAB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EAB32; }
p { color: rgb(94,171,50); }
H1.HeaderClassName
{
color: #5EAB32;
}
.AnyTagClassName
{
color: #5EAB32;
}
</style>
background-color css
<style>
a { background-color: #5EAB32; }
a { background-color: rgb(94,171,50); }
div.DivClassName
{
background-color: #5EAB32;
}
.BgClassName
{
background-color: #5EAB32;
}
</style>
border-color css
<style>
span { border-color: #5EAB32; }
span { border-color: rgb(94,171,50); }
td.TdClassName
{
border-color: #5EAB32;
}
.TagClassName
{
border-color: #5EAB32;
}
</style>