Shades of Limeade #5EAC2D
Tints of Limeade #5EAC2D
RGB
CMYK
RGB Variations
Color information
#5EAC2D (or 0x5EAC2D) is known color: Limeade. HEX triplet: 5E, AC and 2D. RGB value is (94,172,45). Sum of RGB (Red+Green+Blue) = 94+172+45=311 (41% of max value = 765). Red value is 94 (37.11% from 255 or 30.23% from 311); Green value is 172 (67.58% from 255 or 55.31% from 311); Blue value is 45 (17.97% from 255 or 14.47% from 311); Max value from RGB is 172 - color contains mainly: green. Hex color #5EAC2D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5EAC2D is #A153D2. Grayscale: #868686. Windows color (decimal): -10572755 or 2993246. OLE color: 2993246.
HSL color Cylindrical-coordinate representation of color #5EAC2D: hue angle of 96.85º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5EAC2D is Cyan = 0.45, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 94 | 172 | 45 | - |
| CMYK | 0.45 | 0 | 0.74 | 0.33 |
| HSL | 96.85º | 0.59% | 0.43% | - |
| HSV(B) | 96.85º | 0.74% | 0.67% | - |
| XYZ | 19.84 | 32.07 | 7.63 | - |
| YUV | 134.2 | 77.66 | 99.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 172 | 45 | 0.45 | 0 | 0.74 | 0.33 | 96.85 | 0.59 | 0.43 |
| Hex | 5E | AC | 2D | 2D | 0 | 4A | 21 | 61 | 3B | 2B |
| Octal | 136 | 254 | 55 | 55 | 0 | 112 | 41 | 141 | 73 | 53 |
| Binary | 1011110 | 10101100 | 101101 | 101101 | 0 | 1001010 | 100001 | 1100001 | 111011 | 101011 |
Color Harmonies of #5EAC2D
Complementary color
Monochromatic Colors of #5EAC2D
Black with #5EAC2D
Text Example
Text Example
White with #5EAC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EAC2D; }
p { color: rgb(94,172,45); }
H1.HeaderClassName
{
color: #5EAC2D;
}
.AnyTagClassName
{
color: #5EAC2D;
}
</style>
background-color css
<style>
a { background-color: #5EAC2D; }
a { background-color: rgb(94,172,45); }
div.DivClassName
{
background-color: #5EAC2D;
}
.BgClassName
{
background-color: #5EAC2D;
}
</style>
border-color css
<style>
span { border-color: #5EAC2D; }
span { border-color: rgb(94,172,45); }
td.TdClassName
{
border-color: #5EAC2D;
}
.TagClassName
{
border-color: #5EAC2D;
}
</style>