Shades of Limeade #5E9917
Tints of Limeade #5E9917
RGB
CMYK
RGB Variations
Color information
#5E9917 (or 0x5E9917) is known color: Limeade. HEX triplet: 5E, 99 and 17. RGB value is (94,153,23). Sum of RGB (Red+Green+Blue) = 94+153+23=270 (35% of max value = 765). Red value is 94 (37.11% from 255 or 34.81% from 270); Green value is 153 (60.16% from 255 or 56.67% from 270); Blue value is 23 (9.38% from 255 or 8.52% from 270); Max value from RGB is 153 - color contains mainly: green. Hex color #5E9917 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5E9917 is #A166E8. Grayscale: #797979. Windows color (decimal): -10577641 or 1546590. OLE color: 1546590.
HSL color Cylindrical-coordinate representation of color #5E9917: hue angle of 87.23º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5E9917 is Cyan = 0.39, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 94 | 153 | 23 | - |
| CMYK | 0.39 | 0 | 0.85 | 0.4 |
| HSL | 87.23º | 0.74% | 0.35% | - |
| HSV(B) | 87.23º | 0.85% | 0.6% | - |
| XYZ | 16.16 | 25.22 | 4.83 | - |
| YUV | 120.54 | 72.95 | 109.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 153 | 23 | 0.39 | 0 | 0.85 | 0.4 | 87.23 | 0.74 | 0.35 |
| Hex | 5E | 99 | 17 | 27 | 0 | 55 | 28 | 57 | 4A | 23 |
| Octal | 136 | 231 | 27 | 47 | 0 | 125 | 50 | 127 | 112 | 43 |
| Binary | 1011110 | 10011001 | 10111 | 100111 | 0 | 1010101 | 101000 | 1010111 | 1001010 | 100011 |
Color Harmonies of #5E9917
Complementary color
Monochromatic Colors of #5E9917
Black with #5E9917
Text Example
Text Example
White with #5E9917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9917; }
p { color: rgb(94,153,23); }
H1.HeaderClassName
{
color: #5E9917;
}
.AnyTagClassName
{
color: #5E9917;
}
</style>
background-color css
<style>
a { background-color: #5E9917; }
a { background-color: rgb(94,153,23); }
div.DivClassName
{
background-color: #5E9917;
}
.BgClassName
{
background-color: #5E9917;
}
</style>
border-color css
<style>
span { border-color: #5E9917; }
span { border-color: rgb(94,153,23); }
td.TdClassName
{
border-color: #5E9917;
}
.TagClassName
{
border-color: #5E9917;
}
</style>