Shades of Limeade #5FA02B
Tints of Limeade #5FA02B
RGB
CMYK
RGB Variations
Color information
#5FA02B (or 0x5FA02B) is known color: Limeade. HEX triplet: 5F, A0 and 2B. RGB value is (95,160,43). Sum of RGB (Red+Green+Blue) = 95+160+43=298 (39% of max value = 765). Red value is 95 (37.5% from 255 or 31.88% from 298); Green value is 160 (62.89% from 255 or 53.69% from 298); Blue value is 43 (17.19% from 255 or 14.43% from 298); Max value from RGB is 160 - color contains mainly: green. Hex color #5FA02B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5FA02B is #A05FD4. Grayscale: #7F7F7F. Windows color (decimal): -10510293 or 2859103. OLE color: 2859103.
HSL color Cylindrical-coordinate representation of color #5FA02B: hue angle of 93.33º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5FA02B is Cyan = 0.41, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 95 | 160 | 43 | - |
| CMYK | 0.41 | 0 | 0.73 | 0.37 |
| HSL | 93.33º | 0.58% | 0.4% | - |
| HSV(B) | 93.33º | 0.73% | 0.63% | - |
| XYZ | 17.73 | 27.75 | 6.71 | - |
| YUV | 127.23 | 80.47 | 105.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 160 | 43 | 0.41 | 0 | 0.73 | 0.37 | 93.33 | 0.58 | 0.4 |
| Hex | 5F | A0 | 2B | 29 | 0 | 49 | 25 | 5D | 3A | 28 |
| Octal | 137 | 240 | 53 | 51 | 0 | 111 | 45 | 135 | 72 | 50 |
| Binary | 1011111 | 10100000 | 101011 | 101001 | 0 | 1001001 | 100101 | 1011101 | 111010 | 101000 |
Color Harmonies of #5FA02B
Complementary color
Monochromatic Colors of #5FA02B
Black with #5FA02B
Text Example
Text Example
White with #5FA02B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FA02B; }
p { color: rgb(95,160,43); }
H1.HeaderClassName
{
color: #5FA02B;
}
.AnyTagClassName
{
color: #5FA02B;
}
</style>
background-color css
<style>
a { background-color: #5FA02B; }
a { background-color: rgb(95,160,43); }
div.DivClassName
{
background-color: #5FA02B;
}
.BgClassName
{
background-color: #5FA02B;
}
</style>
border-color css
<style>
span { border-color: #5FA02B; }
span { border-color: rgb(95,160,43); }
td.TdClassName
{
border-color: #5FA02B;
}
.TagClassName
{
border-color: #5FA02B;
}
</style>