Shades of Limeade #5FAA24
Tints of Limeade #5FAA24
RGB
CMYK
RGB Variations
Color information
#5FAA24 (or 0x5FAA24) is known color: Limeade. HEX triplet: 5F, AA and 24. RGB value is (95,170,36). Sum of RGB (Red+Green+Blue) = 95+170+36=301 (39% of max value = 765). Red value is 95 (37.5% from 255 or 31.56% from 301); Green value is 170 (66.80% from 255 or 56.48% from 301); Blue value is 36 (14.45% from 255 or 11.96% from 301); Max value from RGB is 170 - color contains mainly: green. Hex color #5FAA24 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5FAA24 is #A055DB. Grayscale: #848484. Windows color (decimal): -10507740 or 2402911. OLE color: 2402911.
HSL color Cylindrical-coordinate representation of color #5FAA24: hue angle of 93.58º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5FAA24 is Cyan = 0.44, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 95 | 170 | 36 | - |
| CMYK | 0.44 | 0 | 0.79 | 0.33 |
| HSL | 93.58º | 0.65% | 0.4% | - |
| HSV(B) | 93.58º | 0.79% | 0.67% | - |
| XYZ | 19.41 | 31.31 | 6.69 | - |
| YUV | 132.3 | 73.65 | 101.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 170 | 36 | 0.44 | 0 | 0.79 | 0.33 | 93.58 | 0.65 | 0.4 |
| Hex | 5F | AA | 24 | 2C | 0 | 4F | 21 | 5E | 41 | 28 |
| Octal | 137 | 252 | 44 | 54 | 0 | 117 | 41 | 136 | 101 | 50 |
| Binary | 1011111 | 10101010 | 100100 | 101100 | 0 | 1001111 | 100001 | 1011110 | 1000001 | 101000 |
Color Harmonies of #5FAA24
Complementary color
Monochromatic Colors of #5FAA24
Black with #5FAA24
Text Example
Text Example
White with #5FAA24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FAA24; }
p { color: rgb(95,170,36); }
H1.HeaderClassName
{
color: #5FAA24;
}
.AnyTagClassName
{
color: #5FAA24;
}
</style>
background-color css
<style>
a { background-color: #5FAA24; }
a { background-color: rgb(95,170,36); }
div.DivClassName
{
background-color: #5FAA24;
}
.BgClassName
{
background-color: #5FAA24;
}
</style>
border-color css
<style>
span { border-color: #5FAA24; }
span { border-color: rgb(95,170,36); }
td.TdClassName
{
border-color: #5FAA24;
}
.TagClassName
{
border-color: #5FAA24;
}
</style>