Shades of Limeade #5E9D1C
Tints of Limeade #5E9D1C
RGB
CMYK
RGB Variations
Color information
#5E9D1C (or 0x5E9D1C) is known color: Limeade. HEX triplet: 5E, 9D and 1C. RGB value is (94,157,28). Sum of RGB (Red+Green+Blue) = 94+157+28=279 (36% of max value = 765). Red value is 94 (37.11% from 255 or 33.69% from 279); Green value is 157 (61.72% from 255 or 56.27% from 279); Blue value is 28 (11.33% from 255 or 10.04% from 279); Max value from RGB is 157 - color contains mainly: green. Hex color #5E9D1C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E9D1C is #A162E3. Grayscale: #7B7B7B. Windows color (decimal): -10576612 or 1875294. OLE color: 1875294.
HSL color Cylindrical-coordinate representation of color #5E9D1C: hue angle of 89.3º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5E9D1C is Cyan = 0.40, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 94 | 157 | 28 | - |
| CMYK | 0.40 | 0 | 0.82 | 0.38 |
| HSL | 89.3º | 0.7% | 0.36% | - |
| HSV(B) | 89.3º | 0.82% | 0.62% | - |
| XYZ | 16.88 | 26.58 | 5.34 | - |
| YUV | 123.46 | 74.13 | 106.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 157 | 28 | 0.40 | 0 | 0.82 | 0.38 | 89.3 | 0.7 | 0.36 |
| Hex | 5E | 9D | 1C | 28 | 0 | 52 | 26 | 59 | 46 | 24 |
| Octal | 136 | 235 | 34 | 50 | 0 | 122 | 46 | 131 | 106 | 44 |
| Binary | 1011110 | 10011101 | 11100 | 101000 | 0 | 1010010 | 100110 | 1011001 | 1000110 | 100100 |
Color Harmonies of #5E9D1C
Complementary color
Monochromatic Colors of #5E9D1C
Black with #5E9D1C
Text Example
Text Example
White with #5E9D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9D1C; }
p { color: rgb(94,157,28); }
H1.HeaderClassName
{
color: #5E9D1C;
}
.AnyTagClassName
{
color: #5E9D1C;
}
</style>
background-color css
<style>
a { background-color: #5E9D1C; }
a { background-color: rgb(94,157,28); }
div.DivClassName
{
background-color: #5E9D1C;
}
.BgClassName
{
background-color: #5E9D1C;
}
</style>
border-color css
<style>
span { border-color: #5E9D1C; }
span { border-color: rgb(94,157,28); }
td.TdClassName
{
border-color: #5E9D1C;
}
.TagClassName
{
border-color: #5E9D1C;
}
</style>