Shades of Limeade #5EAF28
Tints of Limeade #5EAF28
RGB
CMYK
RGB Variations
Color information
#5EAF28 (or 0x5EAF28) is known color: Limeade. HEX triplet: 5E, AF and 28. RGB value is (94,175,40). Sum of RGB (Red+Green+Blue) = 94+175+40=309 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.42% from 309); Green value is 175 (68.75% from 255 or 56.63% from 309); Blue value is 40 (16.02% from 255 or 12.94% from 309); Max value from RGB is 175 - color contains mainly: green. Hex color #5EAF28 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5EAF28 is #A150D7. Grayscale: #878787. Windows color (decimal): -10571992 or 2666334. OLE color: 2666334.
HSL color Cylindrical-coordinate representation of color #5EAF28: hue angle of 96º degrees, saturation: 0.63, 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 #5EAF28 is Cyan = 0.46, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 94 | 175 | 40 | - |
| CMYK | 0.46 | 0 | 0.77 | 0.31 |
| HSL | 96º | 0.63% | 0.42% | - |
| HSV(B) | 96º | 0.77% | 0.69% | - |
| XYZ | 20.33 | 33.19 | 7.34 | - |
| YUV | 135.39 | 74.16 | 98.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 175 | 40 | 0.46 | 0 | 0.77 | 0.31 | 96 | 0.63 | 0.42 |
| Hex | 5E | AF | 28 | 2E | 0 | 4D | 1F | 60 | 3F | 2A |
| Octal | 136 | 257 | 50 | 56 | 0 | 115 | 37 | 140 | 77 | 52 |
| Binary | 1011110 | 10101111 | 101000 | 101110 | 0 | 1001101 | 11111 | 1100000 | 111111 | 101010 |
Color Harmonies of #5EAF28
Complementary color
Monochromatic Colors of #5EAF28
Black with #5EAF28
Text Example
Text Example
White with #5EAF28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EAF28; }
p { color: rgb(94,175,40); }
H1.HeaderClassName
{
color: #5EAF28;
}
.AnyTagClassName
{
color: #5EAF28;
}
</style>
background-color css
<style>
a { background-color: #5EAF28; }
a { background-color: rgb(94,175,40); }
div.DivClassName
{
background-color: #5EAF28;
}
.BgClassName
{
background-color: #5EAF28;
}
</style>
border-color css
<style>
span { border-color: #5EAF28; }
span { border-color: rgb(94,175,40); }
td.TdClassName
{
border-color: #5EAF28;
}
.TagClassName
{
border-color: #5EAF28;
}
</style>