Shades of Limeade #5FA124
Tints of Limeade #5FA124
RGB
CMYK
RGB Variations
Color information
#5FA124 (or 0x5FA124) is known color: Limeade. HEX triplet: 5F, A1 and 24. RGB value is (95,161,36). Sum of RGB (Red+Green+Blue) = 95+161+36=292 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.53% from 292); Green value is 161 (63.28% from 255 or 55.14% from 292); Blue value is 36 (14.45% from 255 or 12.33% from 292); Max value from RGB is 161 - color contains mainly: green. Hex color #5FA124 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5FA124 is #A05EDB. Grayscale: #7F7F7F. Windows color (decimal): -10510044 or 2400607. OLE color: 2400607.
HSL color Cylindrical-coordinate representation of color #5FA124: hue angle of 91.68º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5FA124 is Cyan = 0.41, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 95 | 161 | 36 | - |
| CMYK | 0.41 | 0 | 0.78 | 0.37 |
| HSL | 91.68º | 0.63% | 0.39% | - |
| HSV(B) | 91.68º | 0.78% | 0.63% | - |
| XYZ | 17.78 | 28.05 | 6.15 | - |
| YUV | 127.02 | 76.63 | 105.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 161 | 36 | 0.41 | 0 | 0.78 | 0.37 | 91.68 | 0.63 | 0.39 |
| Hex | 5F | A1 | 24 | 29 | 0 | 4E | 25 | 5C | 3F | 27 |
| Octal | 137 | 241 | 44 | 51 | 0 | 116 | 45 | 134 | 77 | 47 |
| Binary | 1011111 | 10100001 | 100100 | 101001 | 0 | 1001110 | 100101 | 1011100 | 111111 | 100111 |
Color Harmonies of #5FA124
Complementary color
Monochromatic Colors of #5FA124
Black with #5FA124
Text Example
Text Example
White with #5FA124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FA124; }
p { color: rgb(95,161,36); }
H1.HeaderClassName
{
color: #5FA124;
}
.AnyTagClassName
{
color: #5FA124;
}
</style>
background-color css
<style>
a { background-color: #5FA124; }
a { background-color: rgb(95,161,36); }
div.DivClassName
{
background-color: #5FA124;
}
.BgClassName
{
background-color: #5FA124;
}
</style>
border-color css
<style>
span { border-color: #5FA124; }
span { border-color: rgb(95,161,36); }
td.TdClassName
{
border-color: #5FA124;
}
.TagClassName
{
border-color: #5FA124;
}
</style>