Shades of Limeade #5EAA1F
Tints of Limeade #5EAA1F
RGB
CMYK
RGB Variations
Color information
#5EAA1F (or 0x5EAA1F) is known color: Limeade. HEX triplet: 5E, AA and 1F. RGB value is (94,170,31). Sum of RGB (Red+Green+Blue) = 94+170+31=295 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.86% from 295); Green value is 170 (66.80% from 255 or 57.63% from 295); Blue value is 31 (12.5% from 255 or 10.51% from 295); Max value from RGB is 170 - color contains mainly: green. Hex color #5EAA1F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5EAA1F is #A155E0. Grayscale: #838383. Windows color (decimal): -10573281 or 2075230. OLE color: 2075230.
HSL color Cylindrical-coordinate representation of color #5EAA1F: hue angle of 92.81º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5EAA1F is Cyan = 0.45, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 94 | 170 | 31 | - |
| CMYK | 0.45 | 0 | 0.82 | 0.33 |
| HSL | 92.81º | 0.69% | 0.39% | - |
| HSV(B) | 92.81º | 0.82% | 0.67% | - |
| XYZ | 19.24 | 31.23 | 6.31 | - |
| YUV | 131.43 | 71.32 | 101.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 170 | 31 | 0.45 | 0 | 0.82 | 0.33 | 92.81 | 0.69 | 0.39 |
| Hex | 5E | AA | 1F | 2D | 0 | 52 | 21 | 5D | 45 | 27 |
| Octal | 136 | 252 | 37 | 55 | 0 | 122 | 41 | 135 | 105 | 47 |
| Binary | 1011110 | 10101010 | 11111 | 101101 | 0 | 1010010 | 100001 | 1011101 | 1000101 | 100111 |
Color Harmonies of #5EAA1F
Complementary color
Monochromatic Colors of #5EAA1F
Black with #5EAA1F
Text Example
Text Example
White with #5EAA1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EAA1F; }
p { color: rgb(94,170,31); }
H1.HeaderClassName
{
color: #5EAA1F;
}
.AnyTagClassName
{
color: #5EAA1F;
}
</style>
background-color css
<style>
a { background-color: #5EAA1F; }
a { background-color: rgb(94,170,31); }
div.DivClassName
{
background-color: #5EAA1F;
}
.BgClassName
{
background-color: #5EAA1F;
}
</style>
border-color css
<style>
span { border-color: #5EAA1F; }
span { border-color: rgb(94,170,31); }
td.TdClassName
{
border-color: #5EAA1F;
}
.TagClassName
{
border-color: #5EAA1F;
}
</style>