Shades of Limeade #5E9A1B
Tints of Limeade #5E9A1B
RGB
CMYK
RGB Variations
Color information
#5E9A1B (or 0x5E9A1B) is known color: Limeade. HEX triplet: 5E, 9A and 1B. RGB value is (94,154,27). Sum of RGB (Red+Green+Blue) = 94+154+27=275 (36% of max value = 765). Red value is 94 (37.11% from 255 or 34.18% from 275); Green value is 154 (60.55% from 255 or 56% from 275); Blue value is 27 (10.94% from 255 or 9.82% from 275); Max value from RGB is 154 - color contains mainly: green. Hex color #5E9A1B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E9A1B is #A165E4. Grayscale: #7A7A7A. Windows color (decimal): -10577381 or 1808990. OLE color: 1808990.
HSL color Cylindrical-coordinate representation of color #5E9A1B: hue angle of 88.35º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5E9A1B is Cyan = 0.39, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 94 | 154 | 27 | - |
| CMYK | 0.39 | 0 | 0.82 | 0.40 |
| HSL | 88.35º | 0.7% | 0.35% | - |
| HSV(B) | 88.35º | 0.82% | 0.6% | - |
| XYZ | 16.37 | 25.57 | 5.11 | - |
| YUV | 121.58 | 74.62 | 108.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 154 | 27 | 0.39 | 0 | 0.82 | 0.40 | 88.35 | 0.7 | 0.35 |
| Hex | 5E | 9A | 1B | 27 | 0 | 52 | 28 | 58 | 46 | 23 |
| Octal | 136 | 232 | 33 | 47 | 0 | 122 | 50 | 130 | 106 | 43 |
| Binary | 1011110 | 10011010 | 11011 | 100111 | 0 | 1010010 | 101000 | 1011000 | 1000110 | 100011 |
Color Harmonies of #5E9A1B
Complementary color
Monochromatic Colors of #5E9A1B
Black with #5E9A1B
Text Example
Text Example
White with #5E9A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9A1B; }
p { color: rgb(94,154,27); }
H1.HeaderClassName
{
color: #5E9A1B;
}
.AnyTagClassName
{
color: #5E9A1B;
}
</style>
background-color css
<style>
a { background-color: #5E9A1B; }
a { background-color: rgb(94,154,27); }
div.DivClassName
{
background-color: #5E9A1B;
}
.BgClassName
{
background-color: #5E9A1B;
}
</style>
border-color css
<style>
span { border-color: #5E9A1B; }
span { border-color: rgb(94,154,27); }
td.TdClassName
{
border-color: #5E9A1B;
}
.TagClassName
{
border-color: #5E9A1B;
}
</style>