Shades of Limeade #5EAF2A
Tints of Limeade #5EAF2A
RGB
CMYK
RGB Variations
Color information
#5EAF2A (or 0x5EAF2A) is known color: Limeade. HEX triplet: 5E, AF and 2A. RGB value is (94,175,42). Sum of RGB (Red+Green+Blue) = 94+175+42=311 (41% of max value = 765). Red value is 94 (37.11% from 255 or 30.23% from 311); Green value is 175 (68.75% from 255 or 56.27% from 311); Blue value is 42 (16.80% from 255 or 13.50% from 311); Max value from RGB is 175 - color contains mainly: green. Hex color #5EAF2A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5EAF2A is #A150D5. Grayscale: #888888. Windows color (decimal): -10571990 or 2797406. OLE color: 2797406.
HSL color Cylindrical-coordinate representation of color #5EAF2A: hue angle of 96.54º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5EAF2A is Cyan = 0.46, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 94 | 175 | 42 | - |
| CMYK | 0.46 | 0 | 0.76 | 0.31 |
| HSL | 96.54º | 0.61% | 0.43% | - |
| HSV(B) | 96.54º | 0.76% | 0.69% | - |
| XYZ | 20.36 | 33.21 | 7.53 | - |
| YUV | 135.62 | 75.16 | 98.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 175 | 42 | 0.46 | 0 | 0.76 | 0.31 | 96.54 | 0.61 | 0.43 |
| Hex | 5E | AF | 2A | 2E | 0 | 4C | 1F | 61 | 3D | 2B |
| Octal | 136 | 257 | 52 | 56 | 0 | 114 | 37 | 141 | 75 | 53 |
| Binary | 1011110 | 10101111 | 101010 | 101110 | 0 | 1001100 | 11111 | 1100001 | 111101 | 101011 |
Color Harmonies of #5EAF2A
Complementary color
Monochromatic Colors of #5EAF2A
Black with #5EAF2A
Text Example
Text Example
White with #5EAF2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EAF2A; }
p { color: rgb(94,175,42); }
H1.HeaderClassName
{
color: #5EAF2A;
}
.AnyTagClassName
{
color: #5EAF2A;
}
</style>
background-color css
<style>
a { background-color: #5EAF2A; }
a { background-color: rgb(94,175,42); }
div.DivClassName
{
background-color: #5EAF2A;
}
.BgClassName
{
background-color: #5EAF2A;
}
</style>
border-color css
<style>
span { border-color: #5EAF2A; }
span { border-color: rgb(94,175,42); }
td.TdClassName
{
border-color: #5EAF2A;
}
.TagClassName
{
border-color: #5EAF2A;
}
</style>