Shades of Limeade #5E9E12
Tints of Limeade #5E9E12
RGB
CMYK
RGB Variations
Color information
#5E9E12 (or 0x5E9E12) is known color: Limeade. HEX triplet: 5E, 9E and 12. RGB value is (94,158,18). Sum of RGB (Red+Green+Blue) = 94+158+18=270 (35% of max value = 765). Red value is 94 (37.11% from 255 or 34.81% from 270); Green value is 158 (62.11% from 255 or 58.52% from 270); Blue value is 18 (7.42% from 255 or 6.67% from 270); Max value from RGB is 158 - color contains mainly: green. Hex color #5E9E12 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5E9E12 is #A161ED. Grayscale: #7B7B7B. Windows color (decimal): -10576366 or 1220190. OLE color: 1220190.
HSL color Cylindrical-coordinate representation of color #5E9E12: hue angle of 87.43º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5E9E12 is Cyan = 0.41, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 94 | 158 | 18 | - |
| CMYK | 0.41 | 0 | 0.89 | 0.38 |
| HSL | 87.43º | 0.8% | 0.35% | - |
| HSV(B) | 87.43º | 0.89% | 0.62% | - |
| XYZ | 16.95 | 26.88 | 4.87 | - |
| YUV | 122.9 | 68.8 | 107.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 158 | 18 | 0.41 | 0 | 0.89 | 0.38 | 87.43 | 0.8 | 0.35 |
| Hex | 5E | 9E | 12 | 29 | 0 | 59 | 26 | 57 | 50 | 23 |
| Octal | 136 | 236 | 22 | 51 | 0 | 131 | 46 | 127 | 120 | 43 |
| Binary | 1011110 | 10011110 | 10010 | 101001 | 0 | 1011001 | 100110 | 1010111 | 1010000 | 100011 |
Color Harmonies of #5E9E12
Complementary color
Monochromatic Colors of #5E9E12
Black with #5E9E12
Text Example
Text Example
White with #5E9E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9E12; }
p { color: rgb(94,158,18); }
H1.HeaderClassName
{
color: #5E9E12;
}
.AnyTagClassName
{
color: #5E9E12;
}
</style>
background-color css
<style>
a { background-color: #5E9E12; }
a { background-color: rgb(94,158,18); }
div.DivClassName
{
background-color: #5E9E12;
}
.BgClassName
{
background-color: #5E9E12;
}
</style>
border-color css
<style>
span { border-color: #5E9E12; }
span { border-color: rgb(94,158,18); }
td.TdClassName
{
border-color: #5E9E12;
}
.TagClassName
{
border-color: #5E9E12;
}
</style>