Shades of Limeade #5EAC2C
Tints of Limeade #5EAC2C
RGB
CMYK
RGB Variations
Color information
#5EAC2C (or 0x5EAC2C) is known color: Limeade. HEX triplet: 5E, AC and 2C. RGB value is (94,172,44). Sum of RGB (Red+Green+Blue) = 94+172+44=310 (41% of max value = 765). Red value is 94 (37.11% from 255 or 30.32% from 310); Green value is 172 (67.58% from 255 or 55.48% from 310); Blue value is 44 (17.58% from 255 or 14.19% from 310); Max value from RGB is 172 - color contains mainly: green. Hex color #5EAC2C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5EAC2C is #A153D3. Grayscale: #868686. Windows color (decimal): -10572756 or 2927710. OLE color: 2927710.
HSL color Cylindrical-coordinate representation of color #5EAC2C: hue angle of 96.56º degrees, saturation: 0.59, 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 #5EAC2C is Cyan = 0.45, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
RGB | 94 | 172 | 44 | - |
CMYK | 0.45 | 0 | 0.74 | 0.33 |
HSL | 96.56º | 0.59% | 0.42% | - |
HSV(B) | 96.56º | 0.74% | 0.67% | - |
XYZ | 19.82 | 32.07 | 7.53 | - |
YUV | 134.09 | 77.16 | 99.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 172 | 44 | 0.45 | 0 | 0.74 | 0.33 | 96.56 | 0.59 | 0.42 |
Hex | 5E | AC | 2C | 2D | 0 | 4A | 21 | 61 | 3B | 2A |
Octal | 136 | 254 | 54 | 55 | 0 | 112 | 41 | 141 | 73 | 52 |
Binary | 1011110 | 10101100 | 101100 | 101101 | 0 | 1001010 | 100001 | 1100001 | 111011 | 101010 |
Color Harmonies of #5EAC2C
Complementary color
Monochromatic Colors of #5EAC2C
Black with #5EAC2C
Text Example
Text Example
White with #5EAC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EAC2C; }
p { color: rgb(94,172,44); }
H1.HeaderClassName
{
color: #5EAC2C;
}
.AnyTagClassName
{
color: #5EAC2C;
}
</style>
background-color css
<style>
a { background-color: #5EAC2C; }
a { background-color: rgb(94,172,44); }
div.DivClassName
{
background-color: #5EAC2C;
}
.BgClassName
{
background-color: #5EAC2C;
}
</style>
border-color css
<style>
span { border-color: #5EAC2C; }
span { border-color: rgb(94,172,44); }
td.TdClassName
{
border-color: #5EAC2C;
}
.TagClassName
{
border-color: #5EAC2C;
}
</style>