Shades of Limeade #5EAF2C
Tints of Limeade #5EAF2C
RGB
CMYK
RGB Variations
Color information
#5EAF2C (or 0x5EAF2C) is known color: Limeade. HEX triplet: 5E, AF and 2C. RGB value is (94,175,44). Sum of RGB (Red+Green+Blue) = 94+175+44=313 (41% of max value = 765). Red value is 94 (37.11% from 255 or 30.03% from 313); Green value is 175 (68.75% from 255 or 55.91% from 313); Blue value is 44 (17.58% from 255 or 14.06% from 313); Max value from RGB is 175 - color contains mainly: green. Hex color #5EAF2C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5EAF2C is #A150D3. Grayscale: #888888. Windows color (decimal): -10571988 or 2928478. OLE color: 2928478.
HSL color Cylindrical-coordinate representation of color #5EAF2C: hue angle of 97.1º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5EAF2C is Cyan = 0.46, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 94 | 175 | 44 | - |
| CMYK | 0.46 | 0 | 0.75 | 0.31 |
| HSL | 97.1º | 0.6% | 0.43% | - |
| HSV(B) | 97.1º | 0.75% | 0.69% | - |
| XYZ | 20.4 | 33.22 | 7.72 | - |
| YUV | 135.85 | 76.16 | 98.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 175 | 44 | 0.46 | 0 | 0.75 | 0.31 | 97.1 | 0.6 | 0.43 |
| Hex | 5E | AF | 2C | 2E | 0 | 4B | 1F | 61 | 3C | 2B |
| Octal | 136 | 257 | 54 | 56 | 0 | 113 | 37 | 141 | 74 | 53 |
| Binary | 1011110 | 10101111 | 101100 | 101110 | 0 | 1001011 | 11111 | 1100001 | 111100 | 101011 |
Color Harmonies of #5EAF2C
Complementary color
Monochromatic Colors of #5EAF2C
Black with #5EAF2C
Text Example
Text Example
White with #5EAF2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EAF2C; }
p { color: rgb(94,175,44); }
H1.HeaderClassName
{
color: #5EAF2C;
}
.AnyTagClassName
{
color: #5EAF2C;
}
</style>
background-color css
<style>
a { background-color: #5EAF2C; }
a { background-color: rgb(94,175,44); }
div.DivClassName
{
background-color: #5EAF2C;
}
.BgClassName
{
background-color: #5EAF2C;
}
</style>
border-color css
<style>
span { border-color: #5EAF2C; }
span { border-color: rgb(94,175,44); }
td.TdClassName
{
border-color: #5EAF2C;
}
.TagClassName
{
border-color: #5EAF2C;
}
</style>