Shades of Limeade #5E9A28
Tints of Limeade #5E9A28
RGB
CMYK
RGB Variations
Color information
#5E9A28 (or 0x5E9A28) is known color: Limeade. HEX triplet: 5E, 9A and 28. RGB value is (94,154,40). Sum of RGB (Red+Green+Blue) = 94+154+40=288 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.64% from 288); Green value is 154 (60.55% from 255 or 53.47% from 288); Blue value is 40 (16.02% from 255 or 13.89% from 288); Max value from RGB is 154 - color contains mainly: green. Hex color #5E9A28 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E9A28 is #A165D7. Grayscale: #7B7B7B. Windows color (decimal): -10577368 or 2660958. OLE color: 2660958.
HSL color Cylindrical-coordinate representation of color #5E9A28: hue angle of 91.58º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5E9A28 is Cyan = 0.39, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 94 | 154 | 40 | - |
| CMYK | 0.39 | 0 | 0.74 | 0.40 |
| HSL | 91.58º | 0.59% | 0.38% | - |
| HSV(B) | 91.58º | 0.74% | 0.6% | - |
| XYZ | 16.55 | 25.64 | 6.08 | - |
| YUV | 123.06 | 81.12 | 107.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 154 | 40 | 0.39 | 0 | 0.74 | 0.40 | 91.58 | 0.59 | 0.38 |
| Hex | 5E | 9A | 28 | 27 | 0 | 4A | 28 | 5C | 3B | 26 |
| Octal | 136 | 232 | 50 | 47 | 0 | 112 | 50 | 134 | 73 | 46 |
| Binary | 1011110 | 10011010 | 101000 | 100111 | 0 | 1001010 | 101000 | 1011100 | 111011 | 100110 |
Color Harmonies of #5E9A28
Complementary color
Monochromatic Colors of #5E9A28
Black with #5E9A28
Text Example
Text Example
White with #5E9A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9A28; }
p { color: rgb(94,154,40); }
H1.HeaderClassName
{
color: #5E9A28;
}
.AnyTagClassName
{
color: #5E9A28;
}
</style>
background-color css
<style>
a { background-color: #5E9A28; }
a { background-color: rgb(94,154,40); }
div.DivClassName
{
background-color: #5E9A28;
}
.BgClassName
{
background-color: #5E9A28;
}
</style>
border-color css
<style>
span { border-color: #5E9A28; }
span { border-color: rgb(94,154,40); }
td.TdClassName
{
border-color: #5E9A28;
}
.TagClassName
{
border-color: #5E9A28;
}
</style>