Shades of Limeade #5EAD2C
Tints of Limeade #5EAD2C
RGB
CMYK
RGB Variations
Color information
#5EAD2C (or 0x5EAD2C) is known color: Limeade. HEX triplet: 5E, AD and 2C. RGB value is (94,173,44). Sum of RGB (Red+Green+Blue) = 94+173+44=311 (41% of max value = 765). Red value is 94 (37.11% from 255 or 30.23% from 311); Green value is 173 (67.97% from 255 or 55.63% from 311); Blue value is 44 (17.58% from 255 or 14.15% from 311); Max value from RGB is 173 - color contains mainly: green. Hex color #5EAD2C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5EAD2C is #A152D3. Grayscale: #878787. Windows color (decimal): -10572500 or 2927966. OLE color: 2927966.
HSL color Cylindrical-coordinate representation of color #5EAD2C: hue angle of 96.74º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5EAD2C is Cyan = 0.46, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 94 | 173 | 44 | - |
| CMYK | 0.46 | 0 | 0.75 | 0.32 |
| HSL | 96.74º | 0.59% | 0.43% | - |
| HSV(B) | 96.74º | 0.75% | 0.68% | - |
| XYZ | 20.01 | 32.45 | 7.59 | - |
| YUV | 134.67 | 76.83 | 98.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 173 | 44 | 0.46 | 0 | 0.75 | 0.32 | 96.74 | 0.59 | 0.43 |
| Hex | 5E | AD | 2C | 2E | 0 | 4B | 20 | 61 | 3B | 2B |
| Octal | 136 | 255 | 54 | 56 | 0 | 113 | 40 | 141 | 73 | 53 |
| Binary | 1011110 | 10101101 | 101100 | 101110 | 0 | 1001011 | 100000 | 1100001 | 111011 | 101011 |
Color Harmonies of #5EAD2C
Complementary color
Monochromatic Colors of #5EAD2C
Black with #5EAD2C
Text Example
Text Example
White with #5EAD2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EAD2C; }
p { color: rgb(94,173,44); }
H1.HeaderClassName
{
color: #5EAD2C;
}
.AnyTagClassName
{
color: #5EAD2C;
}
</style>
background-color css
<style>
a { background-color: #5EAD2C; }
a { background-color: rgb(94,173,44); }
div.DivClassName
{
background-color: #5EAD2C;
}
.BgClassName
{
background-color: #5EAD2C;
}
</style>
border-color css
<style>
span { border-color: #5EAD2C; }
span { border-color: rgb(94,173,44); }
td.TdClassName
{
border-color: #5EAD2C;
}
.TagClassName
{
border-color: #5EAD2C;
}
</style>