Shades of Limeade #5A9E2E
Tints of Limeade #5A9E2E
RGB
CMYK
RGB Variations
Color information
#5A9E2E (or 0x5A9E2E) is known color: Limeade. HEX triplet: 5A, 9E and 2E. RGB value is (90,158,46). Sum of RGB (Red+Green+Blue) = 90+158+46=294 (38% of max value = 765). Red value is 90 (35.55% from 255 or 30.61% from 294); Green value is 158 (62.11% from 255 or 53.74% from 294); Blue value is 46 (18.36% from 255 or 15.65% from 294); Max value from RGB is 158 - color contains mainly: green. Hex color #5A9E2E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5A9E2E is #A561D1. Grayscale: #7D7D7D. Windows color (decimal): -10838482 or 3055194. OLE color: 3055194.
HSL color Cylindrical-coordinate representation of color #5A9E2E: hue angle of 96.43º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5A9E2E is Cyan = 0.43, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 90 | 158 | 46 | - |
| CMYK | 0.43 | 0 | 0.71 | 0.38 |
| HSL | 96.43º | 0.55% | 0.4% | - |
| HSV(B) | 96.43º | 0.71% | 0.62% | - |
| XYZ | 16.94 | 26.82 | 6.87 | - |
| YUV | 124.9 | 83.47 | 103.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 158 | 46 | 0.43 | 0 | 0.71 | 0.38 | 96.43 | 0.55 | 0.4 |
| Hex | 5A | 9E | 2E | 2B | 0 | 47 | 26 | 60 | 37 | 28 |
| Octal | 132 | 236 | 56 | 53 | 0 | 107 | 46 | 140 | 67 | 50 |
| Binary | 1011010 | 10011110 | 101110 | 101011 | 0 | 1000111 | 100110 | 1100000 | 110111 | 101000 |
Color Harmonies of #5A9E2E
Complementary color
Monochromatic Colors of #5A9E2E
Black with #5A9E2E
Text Example
Text Example
White with #5A9E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A9E2E; }
p { color: rgb(90,158,46); }
H1.HeaderClassName
{
color: #5A9E2E;
}
.AnyTagClassName
{
color: #5A9E2E;
}
</style>
background-color css
<style>
a { background-color: #5A9E2E; }
a { background-color: rgb(90,158,46); }
div.DivClassName
{
background-color: #5A9E2E;
}
.BgClassName
{
background-color: #5A9E2E;
}
</style>
border-color css
<style>
span { border-color: #5A9E2E; }
span { border-color: rgb(90,158,46); }
td.TdClassName
{
border-color: #5A9E2E;
}
.TagClassName
{
border-color: #5A9E2E;
}
</style>