Shades of Limeade #5FA02D
Tints of Limeade #5FA02D
RGB
CMYK
RGB Variations
Color information
#5FA02D (or 0x5FA02D) is known color: Limeade. HEX triplet: 5F, A0 and 2D. RGB value is (95,160,45). Sum of RGB (Red+Green+Blue) = 95+160+45=300 (39% of max value = 765). Red value is 95 (37.5% from 255 or 31.67% from 300); Green value is 160 (62.89% from 255 or 53.33% from 300); Blue value is 45 (17.97% from 255 or 15% from 300); Max value from RGB is 160 - color contains mainly: green. Hex color #5FA02D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5FA02D is #A05FD2. Grayscale: #7F7F7F. Windows color (decimal): -10510291 or 2990175. OLE color: 2990175.
HSL color Cylindrical-coordinate representation of color #5FA02D: hue angle of 93.91º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5FA02D is Cyan = 0.41, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 95 | 160 | 45 | - |
| CMYK | 0.41 | 0 | 0.72 | 0.37 |
| HSL | 93.91º | 0.56% | 0.4% | - |
| HSV(B) | 93.91º | 0.72% | 0.63% | - |
| XYZ | 17.76 | 27.76 | 6.91 | - |
| YUV | 127.46 | 81.47 | 104.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 160 | 45 | 0.41 | 0 | 0.72 | 0.37 | 93.91 | 0.56 | 0.4 |
| Hex | 5F | A0 | 2D | 29 | 0 | 48 | 25 | 5E | 38 | 28 |
| Octal | 137 | 240 | 55 | 51 | 0 | 110 | 45 | 136 | 70 | 50 |
| Binary | 1011111 | 10100000 | 101101 | 101001 | 0 | 1001000 | 100101 | 1011110 | 111000 | 101000 |
Color Harmonies of #5FA02D
Complementary color
Monochromatic Colors of #5FA02D
Black with #5FA02D
Text Example
Text Example
White with #5FA02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FA02D; }
p { color: rgb(95,160,45); }
H1.HeaderClassName
{
color: #5FA02D;
}
.AnyTagClassName
{
color: #5FA02D;
}
</style>
background-color css
<style>
a { background-color: #5FA02D; }
a { background-color: rgb(95,160,45); }
div.DivClassName
{
background-color: #5FA02D;
}
.BgClassName
{
background-color: #5FA02D;
}
</style>
border-color css
<style>
span { border-color: #5FA02D; }
span { border-color: rgb(95,160,45); }
td.TdClassName
{
border-color: #5FA02D;
}
.TagClassName
{
border-color: #5FA02D;
}
</style>