Shades of Limeade #5EAF29
Tints of Limeade #5EAF29
RGB
CMYK
RGB Variations
Color information
#5EAF29 (or 0x5EAF29) is known color: Limeade. HEX triplet: 5E, AF and 29. RGB value is (94,175,41). Sum of RGB (Red+Green+Blue) = 94+175+41=310 (41% of max value = 765). Red value is 94 (37.11% from 255 or 30.32% from 310); Green value is 175 (68.75% from 255 or 56.45% from 310); Blue value is 41 (16.41% from 255 or 13.23% from 310); Max value from RGB is 175 - color contains mainly: green. Hex color #5EAF29 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5EAF29 is #A150D6. Grayscale: #878787. Windows color (decimal): -10571991 or 2731870. OLE color: 2731870.
HSL color Cylindrical-coordinate representation of color #5EAF29: hue angle of 96.27º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5EAF29 is Cyan = 0.46, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 94 | 175 | 41 | - |
| CMYK | 0.46 | 0 | 0.77 | 0.31 |
| HSL | 96.27º | 0.62% | 0.42% | - |
| HSV(B) | 96.27º | 0.77% | 0.69% | - |
| XYZ | 20.35 | 33.2 | 7.43 | - |
| YUV | 135.51 | 74.66 | 98.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 175 | 41 | 0.46 | 0 | 0.77 | 0.31 | 96.27 | 0.62 | 0.42 |
| Hex | 5E | AF | 29 | 2E | 0 | 4D | 1F | 60 | 3E | 2A |
| Octal | 136 | 257 | 51 | 56 | 0 | 115 | 37 | 140 | 76 | 52 |
| Binary | 1011110 | 10101111 | 101001 | 101110 | 0 | 1001101 | 11111 | 1100000 | 111110 | 101010 |
Color Harmonies of #5EAF29
Complementary color
Monochromatic Colors of #5EAF29
Black with #5EAF29
Text Example
Text Example
White with #5EAF29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EAF29; }
p { color: rgb(94,175,41); }
H1.HeaderClassName
{
color: #5EAF29;
}
.AnyTagClassName
{
color: #5EAF29;
}
</style>
background-color css
<style>
a { background-color: #5EAF29; }
a { background-color: rgb(94,175,41); }
div.DivClassName
{
background-color: #5EAF29;
}
.BgClassName
{
background-color: #5EAF29;
}
</style>
border-color css
<style>
span { border-color: #5EAF29; }
span { border-color: rgb(94,175,41); }
td.TdClassName
{
border-color: #5EAF29;
}
.TagClassName
{
border-color: #5EAF29;
}
</style>