Shades of Limeade #5EAB2D
Tints of Limeade #5EAB2D
RGB
CMYK
RGB Variations
Color information
#5EAB2D (or 0x5EAB2D) is known color: Limeade. HEX triplet: 5E, AB and 2D. RGB value is (94,171,45). Sum of RGB (Red+Green+Blue) = 94+171+45=310 (41% of max value = 765). Red value is 94 (37.11% from 255 or 30.32% from 310); Green value is 171 (67.19% from 255 or 55.16% from 310); Blue value is 45 (17.97% from 255 or 14.52% from 310); Max value from RGB is 171 - color contains mainly: green. Hex color #5EAB2D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5EAB2D is #A154D2. Grayscale: #868686. Windows color (decimal): -10573011 or 2992990. OLE color: 2992990.
HSL color Cylindrical-coordinate representation of color #5EAB2D: hue angle of 96.67º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5EAB2D is Cyan = 0.45, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 94 | 171 | 45 | - |
| CMYK | 0.45 | 0 | 0.74 | 0.33 |
| HSL | 96.67º | 0.58% | 0.42% | - |
| HSV(B) | 96.67º | 0.74% | 0.67% | - |
| XYZ | 19.65 | 31.69 | 7.56 | - |
| YUV | 133.61 | 77.99 | 99.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 171 | 45 | 0.45 | 0 | 0.74 | 0.33 | 96.67 | 0.58 | 0.42 |
| Hex | 5E | AB | 2D | 2D | 0 | 4A | 21 | 61 | 3A | 2A |
| Octal | 136 | 253 | 55 | 55 | 0 | 112 | 41 | 141 | 72 | 52 |
| Binary | 1011110 | 10101011 | 101101 | 101101 | 0 | 1001010 | 100001 | 1100001 | 111010 | 101010 |
Color Harmonies of #5EAB2D
Complementary color
Monochromatic Colors of #5EAB2D
Black with #5EAB2D
Text Example
Text Example
White with #5EAB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EAB2D; }
p { color: rgb(94,171,45); }
H1.HeaderClassName
{
color: #5EAB2D;
}
.AnyTagClassName
{
color: #5EAB2D;
}
</style>
background-color css
<style>
a { background-color: #5EAB2D; }
a { background-color: rgb(94,171,45); }
div.DivClassName
{
background-color: #5EAB2D;
}
.BgClassName
{
background-color: #5EAB2D;
}
</style>
border-color css
<style>
span { border-color: #5EAB2D; }
span { border-color: rgb(94,171,45); }
td.TdClassName
{
border-color: #5EAB2D;
}
.TagClassName
{
border-color: #5EAB2D;
}
</style>