Shades of Limeade #5EAB2A
Tints of Limeade #5EAB2A
RGB
CMYK
RGB Variations
Color information
#5EAB2A (or 0x5EAB2A) is known color: Limeade. HEX triplet: 5E, AB and 2A. RGB value is (94,171,42). Sum of RGB (Red+Green+Blue) = 94+171+42=307 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.62% from 307); Green value is 171 (67.19% from 255 or 55.70% from 307); Blue value is 42 (16.80% from 255 or 13.68% from 307); Max value from RGB is 171 - color contains mainly: green. Hex color #5EAB2A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5EAB2A is #A154D5. Grayscale: #858585. Windows color (decimal): -10573014 or 2796382. OLE color: 2796382.
HSL color Cylindrical-coordinate representation of color #5EAB2A: hue angle of 95.81º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5EAB2A is Cyan = 0.45, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 94 | 171 | 42 | - |
| CMYK | 0.45 | 0 | 0.75 | 0.33 |
| HSL | 95.81º | 0.61% | 0.42% | - |
| HSV(B) | 95.81º | 0.75% | 0.67% | - |
| XYZ | 19.6 | 31.67 | 7.27 | - |
| YUV | 133.27 | 76.49 | 99.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 171 | 42 | 0.45 | 0 | 0.75 | 0.33 | 95.81 | 0.61 | 0.42 |
| Hex | 5E | AB | 2A | 2D | 0 | 4B | 21 | 60 | 3D | 2A |
| Octal | 136 | 253 | 52 | 55 | 0 | 113 | 41 | 140 | 75 | 52 |
| Binary | 1011110 | 10101011 | 101010 | 101101 | 0 | 1001011 | 100001 | 1100000 | 111101 | 101010 |
Color Harmonies of #5EAB2A
Complementary color
Monochromatic Colors of #5EAB2A
Black with #5EAB2A
Text Example
Text Example
White with #5EAB2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EAB2A; }
p { color: rgb(94,171,42); }
H1.HeaderClassName
{
color: #5EAB2A;
}
.AnyTagClassName
{
color: #5EAB2A;
}
</style>
background-color css
<style>
a { background-color: #5EAB2A; }
a { background-color: rgb(94,171,42); }
div.DivClassName
{
background-color: #5EAB2A;
}
.BgClassName
{
background-color: #5EAB2A;
}
</style>
border-color css
<style>
span { border-color: #5EAB2A; }
span { border-color: rgb(94,171,42); }
td.TdClassName
{
border-color: #5EAB2A;
}
.TagClassName
{
border-color: #5EAB2A;
}
</style>