Shades of Limeade #5EAA2D
Tints of Limeade #5EAA2D
RGB
CMYK
RGB Variations
Color information
#5EAA2D (or 0x5EAA2D) is known color: Limeade. HEX triplet: 5E, AA and 2D. RGB value is (94,170,45). Sum of RGB (Red+Green+Blue) = 94+170+45=309 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.42% from 309); Green value is 170 (66.80% from 255 or 55.02% from 309); Blue value is 45 (17.97% from 255 or 14.56% from 309); Max value from RGB is 170 - color contains mainly: green. Hex color #5EAA2D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5EAA2D is #A155D2. Grayscale: #858585. Windows color (decimal): -10573267 or 2992734. OLE color: 2992734.
HSL color Cylindrical-coordinate representation of color #5EAA2D: hue angle of 96.48º degrees, saturation: 0.58, 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 #5EAA2D is Cyan = 0.45, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
RGB | 94 | 170 | 45 | - |
CMYK | 0.45 | 0 | 0.74 | 0.33 |
HSL | 96.48º | 0.58% | 0.42% | - |
HSV(B) | 96.48º | 0.74% | 0.67% | - |
XYZ | 19.46 | 31.32 | 7.5 | - |
YUV | 133.03 | 78.32 | 100.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 170 | 45 | 0.45 | 0 | 0.74 | 0.33 | 96.48 | 0.58 | 0.42 |
Hex | 5E | AA | 2D | 2D | 0 | 4A | 21 | 60 | 3A | 2A |
Octal | 136 | 252 | 55 | 55 | 0 | 112 | 41 | 140 | 72 | 52 |
Binary | 1011110 | 10101010 | 101101 | 101101 | 0 | 1001010 | 100001 | 1100000 | 111010 | 101010 |
Color Harmonies of #5EAA2D
Complementary color
Monochromatic Colors of #5EAA2D
Black with #5EAA2D
Text Example
Text Example
White with #5EAA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EAA2D; }
p { color: rgb(94,170,45); }
H1.HeaderClassName
{
color: #5EAA2D;
}
.AnyTagClassName
{
color: #5EAA2D;
}
</style>
background-color css
<style>
a { background-color: #5EAA2D; }
a { background-color: rgb(94,170,45); }
div.DivClassName
{
background-color: #5EAA2D;
}
.BgClassName
{
background-color: #5EAA2D;
}
</style>
border-color css
<style>
span { border-color: #5EAA2D; }
span { border-color: rgb(94,170,45); }
td.TdClassName
{
border-color: #5EAA2D;
}
.TagClassName
{
border-color: #5EAA2D;
}
</style>