Shades of Limeade #5E9833
Tints of Limeade #5E9833
RGB
CMYK
RGB Variations
Color information
#5E9833 (or 0x5E9833) is known color: Limeade. HEX triplet: 5E, 98 and 33. RGB value is (94,152,51). Sum of RGB (Red+Green+Blue) = 94+152+51=297 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.65% from 297); Green value is 152 (59.77% from 255 or 51.18% from 297); Blue value is 51 (20.31% from 255 or 17.17% from 297); Max value from RGB is 152 - color contains mainly: green. Hex color #5E9833 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E9833 is #A167CC. Grayscale: #7B7B7B. Windows color (decimal): -10577869 or 3381342. OLE color: 3381342.
HSL color Cylindrical-coordinate representation of color #5E9833: hue angle of 94.46º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5E9833 is Cyan = 0.38, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 94 | 152 | 51 | - |
| CMYK | 0.38 | 0 | 0.66 | 0.40 |
| HSL | 94.46º | 0.5% | 0.4% | - |
| HSV(B) | 94.46º | 0.66% | 0.6% | - |
| XYZ | 16.44 | 25.08 | 7.11 | - |
| YUV | 123.14 | 87.28 | 107.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 152 | 51 | 0.38 | 0 | 0.66 | 0.40 | 94.46 | 0.5 | 0.4 |
| Hex | 5E | 98 | 33 | 26 | 0 | 42 | 28 | 5E | 32 | 28 |
| Octal | 136 | 230 | 63 | 46 | 0 | 102 | 50 | 136 | 62 | 50 |
| Binary | 1011110 | 10011000 | 110011 | 100110 | 0 | 1000010 | 101000 | 1011110 | 110010 | 101000 |
Color Harmonies of #5E9833
Complementary color
Monochromatic Colors of #5E9833
Black with #5E9833
Text Example
Text Example
White with #5E9833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9833; }
p { color: rgb(94,152,51); }
H1.HeaderClassName
{
color: #5E9833;
}
.AnyTagClassName
{
color: #5E9833;
}
</style>
background-color css
<style>
a { background-color: #5E9833; }
a { background-color: rgb(94,152,51); }
div.DivClassName
{
background-color: #5E9833;
}
.BgClassName
{
background-color: #5E9833;
}
</style>
border-color css
<style>
span { border-color: #5E9833; }
span { border-color: rgb(94,152,51); }
td.TdClassName
{
border-color: #5E9833;
}
.TagClassName
{
border-color: #5E9833;
}
</style>