Shades of Limeade #5FA229
Tints of Limeade #5FA229
RGB
CMYK
RGB Variations
Color information
#5FA229 (or 0x5FA229) is known color: Limeade. HEX triplet: 5F, A2 and 29. RGB value is (95,162,41). Sum of RGB (Red+Green+Blue) = 95+162+41=298 (39% of max value = 765). Red value is 95 (37.5% from 255 or 31.88% from 298); Green value is 162 (63.67% from 255 or 54.36% from 298); Blue value is 41 (16.41% from 255 or 13.76% from 298); Max value from RGB is 162 - color contains mainly: green. Hex color #5FA229 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5FA229 is #A05DD6. Grayscale: #808080. Windows color (decimal): -10509783 or 2728543. OLE color: 2728543.
HSL color Cylindrical-coordinate representation of color #5FA229: hue angle of 93.22º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5FA229 is Cyan = 0.41, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 95 | 162 | 41 | - |
| CMYK | 0.41 | 0 | 0.75 | 0.36 |
| HSL | 93.22º | 0.6% | 0.4% | - |
| HSV(B) | 93.22º | 0.75% | 0.64% | - |
| XYZ | 18.04 | 28.43 | 6.64 | - |
| YUV | 128.17 | 78.8 | 104.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 162 | 41 | 0.41 | 0 | 0.75 | 0.36 | 93.22 | 0.6 | 0.4 |
| Hex | 5F | A2 | 29 | 29 | 0 | 4B | 24 | 5D | 3C | 28 |
| Octal | 137 | 242 | 51 | 51 | 0 | 113 | 44 | 135 | 74 | 50 |
| Binary | 1011111 | 10100010 | 101001 | 101001 | 0 | 1001011 | 100100 | 1011101 | 111100 | 101000 |
Color Harmonies of #5FA229
Complementary color
Monochromatic Colors of #5FA229
Black with #5FA229
Text Example
Text Example
White with #5FA229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FA229; }
p { color: rgb(95,162,41); }
H1.HeaderClassName
{
color: #5FA229;
}
.AnyTagClassName
{
color: #5FA229;
}
</style>
background-color css
<style>
a { background-color: #5FA229; }
a { background-color: rgb(95,162,41); }
div.DivClassName
{
background-color: #5FA229;
}
.BgClassName
{
background-color: #5FA229;
}
</style>
border-color css
<style>
span { border-color: #5FA229; }
span { border-color: rgb(95,162,41); }
td.TdClassName
{
border-color: #5FA229;
}
.TagClassName
{
border-color: #5FA229;
}
</style>