Shades of Limeade #5EAE27
Tints of Limeade #5EAE27
RGB
CMYK
RGB Variations
Color information
#5EAE27 (or 0x5EAE27) is known color: Limeade. HEX triplet: 5E, AE and 27. RGB value is (94,174,39). Sum of RGB (Red+Green+Blue) = 94+174+39=307 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.62% from 307); Green value is 174 (68.36% from 255 or 56.68% from 307); Blue value is 39 (15.62% from 255 or 12.70% from 307); Max value from RGB is 174 - color contains mainly: green. Hex color #5EAE27 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5EAE27 is #A151D8. Grayscale: #878787. Windows color (decimal): -10572249 or 2600542. OLE color: 2600542.
HSL color Cylindrical-coordinate representation of color #5EAE27: hue angle of 95.56º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5EAE27 is Cyan = 0.46, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 94 | 174 | 39 | - |
| CMYK | 0.46 | 0 | 0.78 | 0.32 |
| HSL | 95.56º | 0.63% | 0.42% | - |
| HSV(B) | 95.56º | 0.78% | 0.68% | - |
| XYZ | 20.12 | 32.8 | 7.19 | - |
| YUV | 134.69 | 74 | 98.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 174 | 39 | 0.46 | 0 | 0.78 | 0.32 | 95.56 | 0.63 | 0.42 |
| Hex | 5E | AE | 27 | 2E | 0 | 4E | 20 | 60 | 3F | 2A |
| Octal | 136 | 256 | 47 | 56 | 0 | 116 | 40 | 140 | 77 | 52 |
| Binary | 1011110 | 10101110 | 100111 | 101110 | 0 | 1001110 | 100000 | 1100000 | 111111 | 101010 |
Color Harmonies of #5EAE27
Complementary color
Monochromatic Colors of #5EAE27
Black with #5EAE27
Text Example
Text Example
White with #5EAE27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EAE27; }
p { color: rgb(94,174,39); }
H1.HeaderClassName
{
color: #5EAE27;
}
.AnyTagClassName
{
color: #5EAE27;
}
</style>
background-color css
<style>
a { background-color: #5EAE27; }
a { background-color: rgb(94,174,39); }
div.DivClassName
{
background-color: #5EAE27;
}
.BgClassName
{
background-color: #5EAE27;
}
</style>
border-color css
<style>
span { border-color: #5EAE27; }
span { border-color: rgb(94,174,39); }
td.TdClassName
{
border-color: #5EAE27;
}
.TagClassName
{
border-color: #5EAE27;
}
</style>