Shades of Limeade #5E9819
Tints of Limeade #5E9819
RGB
CMYK
RGB Variations
Color information
#5E9819 (or 0x5E9819) is known color: Limeade. HEX triplet: 5E, 98 and 19. RGB value is (94,152,25). Sum of RGB (Red+Green+Blue) = 94+152+25=271 (35% of max value = 765). Red value is 94 (37.11% from 255 or 34.69% from 271); Green value is 152 (59.77% from 255 or 56.09% from 271); Blue value is 25 (10.16% from 255 or 9.23% from 271); Max value from RGB is 152 - color contains mainly: green. Hex color #5E9819 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5E9819 is #A167E6. Grayscale: #787878. Windows color (decimal): -10577895 or 1677406. OLE color: 1677406.
HSL color Cylindrical-coordinate representation of color #5E9819: hue angle of 87.4º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5E9819 is Cyan = 0.38, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 94 | 152 | 25 | - |
| CMYK | 0.38 | 0 | 0.84 | 0.40 |
| HSL | 87.4º | 0.72% | 0.35% | - |
| HSV(B) | 87.4º | 0.84% | 0.6% | - |
| XYZ | 16.02 | 24.91 | 4.88 | - |
| YUV | 120.18 | 74.28 | 109.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 152 | 25 | 0.38 | 0 | 0.84 | 0.40 | 87.4 | 0.72 | 0.35 |
| Hex | 5E | 98 | 19 | 26 | 0 | 54 | 28 | 57 | 48 | 23 |
| Octal | 136 | 230 | 31 | 46 | 0 | 124 | 50 | 127 | 110 | 43 |
| Binary | 1011110 | 10011000 | 11001 | 100110 | 0 | 1010100 | 101000 | 1010111 | 1001000 | 100011 |
Color Harmonies of #5E9819
Complementary color
Monochromatic Colors of #5E9819
Black with #5E9819
Text Example
Text Example
White with #5E9819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9819; }
p { color: rgb(94,152,25); }
H1.HeaderClassName
{
color: #5E9819;
}
.AnyTagClassName
{
color: #5E9819;
}
</style>
background-color css
<style>
a { background-color: #5E9819; }
a { background-color: rgb(94,152,25); }
div.DivClassName
{
background-color: #5E9819;
}
.BgClassName
{
background-color: #5E9819;
}
</style>
border-color css
<style>
span { border-color: #5E9819; }
span { border-color: rgb(94,152,25); }
td.TdClassName
{
border-color: #5E9819;
}
.TagClassName
{
border-color: #5E9819;
}
</style>