Shades of Limeade #5EA92A
Tints of Limeade #5EA92A
RGB
CMYK
RGB Variations
Color information
#5EA92A (or 0x5EA92A) is known color: Limeade. HEX triplet: 5E, A9 and 2A. RGB value is (94,169,42). Sum of RGB (Red+Green+Blue) = 94+169+42=305 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.82% from 305); Green value is 169 (66.41% from 255 or 55.41% from 305); Blue value is 42 (16.80% from 255 or 13.77% from 305); Max value from RGB is 169 - color contains mainly: green. Hex color #5EA92A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5EA92A is #A156D5. Grayscale: #848484. Windows color (decimal): -10573526 or 2795870. OLE color: 2795870.
HSL color Cylindrical-coordinate representation of color #5EA92A: hue angle of 95.43º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5EA92A is Cyan = 0.44, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 94 | 169 | 42 | - |
| CMYK | 0.44 | 0 | 0.75 | 0.34 |
| HSL | 95.43º | 0.6% | 0.41% | - |
| HSV(B) | 95.43º | 0.75% | 0.66% | - |
| XYZ | 19.22 | 30.92 | 7.15 | - |
| YUV | 132.1 | 77.15 | 100.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 169 | 42 | 0.44 | 0 | 0.75 | 0.34 | 95.43 | 0.6 | 0.41 |
| Hex | 5E | A9 | 2A | 2C | 0 | 4B | 22 | 5F | 3C | 29 |
| Octal | 136 | 251 | 52 | 54 | 0 | 113 | 42 | 137 | 74 | 51 |
| Binary | 1011110 | 10101001 | 101010 | 101100 | 0 | 1001011 | 100010 | 1011111 | 111100 | 101001 |
Color Harmonies of #5EA92A
Complementary color
Monochromatic Colors of #5EA92A
Black with #5EA92A
Text Example
Text Example
White with #5EA92A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EA92A; }
p { color: rgb(94,169,42); }
H1.HeaderClassName
{
color: #5EA92A;
}
.AnyTagClassName
{
color: #5EA92A;
}
</style>
background-color css
<style>
a { background-color: #5EA92A; }
a { background-color: rgb(94,169,42); }
div.DivClassName
{
background-color: #5EA92A;
}
.BgClassName
{
background-color: #5EA92A;
}
</style>
border-color css
<style>
span { border-color: #5EA92A; }
span { border-color: rgb(94,169,42); }
td.TdClassName
{
border-color: #5EA92A;
}
.TagClassName
{
border-color: #5EA92A;
}
</style>