Shades of Limeade #5FAB24
Tints of Limeade #5FAB24
RGB
CMYK
RGB Variations
Color information
#5FAB24 (or 0x5FAB24) is known color: Limeade. HEX triplet: 5F, AB and 24. RGB value is (95,171,36). Sum of RGB (Red+Green+Blue) = 95+171+36=302 (40% of max value = 765). Red value is 95 (37.5% from 255 or 31.46% from 302); Green value is 171 (67.19% from 255 or 56.62% from 302); Blue value is 36 (14.45% from 255 or 11.92% from 302); Max value from RGB is 171 - color contains mainly: green. Hex color #5FAB24 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5FAB24 is #A054DB. Grayscale: #858585. Windows color (decimal): -10507484 or 2403167. OLE color: 2403167.
HSL color Cylindrical-coordinate representation of color #5FAB24: hue angle of 93.78º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5FAB24 is Cyan = 0.44, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 95 | 171 | 36 | - |
| CMYK | 0.44 | 0 | 0.79 | 0.33 |
| HSL | 93.78º | 0.65% | 0.41% | - |
| HSV(B) | 93.78º | 0.79% | 0.67% | - |
| XYZ | 19.6 | 31.69 | 6.75 | - |
| YUV | 132.89 | 73.32 | 100.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 171 | 36 | 0.44 | 0 | 0.79 | 0.33 | 93.78 | 0.65 | 0.41 |
| Hex | 5F | AB | 24 | 2C | 0 | 4F | 21 | 5E | 41 | 29 |
| Octal | 137 | 253 | 44 | 54 | 0 | 117 | 41 | 136 | 101 | 51 |
| Binary | 1011111 | 10101011 | 100100 | 101100 | 0 | 1001111 | 100001 | 1011110 | 1000001 | 101001 |
Color Harmonies of #5FAB24
Complementary color
Monochromatic Colors of #5FAB24
Black with #5FAB24
Text Example
Text Example
White with #5FAB24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FAB24; }
p { color: rgb(95,171,36); }
H1.HeaderClassName
{
color: #5FAB24;
}
.AnyTagClassName
{
color: #5FAB24;
}
</style>
background-color css
<style>
a { background-color: #5FAB24; }
a { background-color: rgb(95,171,36); }
div.DivClassName
{
background-color: #5FAB24;
}
.BgClassName
{
background-color: #5FAB24;
}
</style>
border-color css
<style>
span { border-color: #5FAB24; }
span { border-color: rgb(95,171,36); }
td.TdClassName
{
border-color: #5FAB24;
}
.TagClassName
{
border-color: #5FAB24;
}
</style>