Shades of Limeade #5FAF2C
Tints of Limeade #5FAF2C
RGB
CMYK
RGB Variations
Color information
#5FAF2C (or 0x5FAF2C) is known color: Limeade. HEX triplet: 5F, AF and 2C. RGB value is (95,175,44). Sum of RGB (Red+Green+Blue) = 95+175+44=314 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.25% from 314); Green value is 175 (68.75% from 255 or 55.73% from 314); Blue value is 44 (17.58% from 255 or 14.01% from 314); Max value from RGB is 175 - color contains mainly: green. Hex color #5FAF2C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5FAF2C is #A050D3. Grayscale: #888888. Windows color (decimal): -10506452 or 2928479. OLE color: 2928479.
HSL color Cylindrical-coordinate representation of color #5FAF2C: hue angle of 96.64º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5FAF2C is Cyan = 0.46, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 95 | 175 | 44 | - |
| CMYK | 0.46 | 0 | 0.75 | 0.31 |
| HSL | 96.64º | 0.6% | 0.43% | - |
| HSV(B) | 96.64º | 0.75% | 0.69% | - |
| XYZ | 20.5 | 33.27 | 7.72 | - |
| YUV | 136.15 | 76 | 98.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 175 | 44 | 0.46 | 0 | 0.75 | 0.31 | 96.64 | 0.6 | 0.43 |
| Hex | 5F | AF | 2C | 2E | 0 | 4B | 1F | 61 | 3C | 2B |
| Octal | 137 | 257 | 54 | 56 | 0 | 113 | 37 | 141 | 74 | 53 |
| Binary | 1011111 | 10101111 | 101100 | 101110 | 0 | 1001011 | 11111 | 1100001 | 111100 | 101011 |
Color Harmonies of #5FAF2C
Complementary color
Monochromatic Colors of #5FAF2C
Black with #5FAF2C
Text Example
Text Example
White with #5FAF2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FAF2C; }
p { color: rgb(95,175,44); }
H1.HeaderClassName
{
color: #5FAF2C;
}
.AnyTagClassName
{
color: #5FAF2C;
}
</style>
background-color css
<style>
a { background-color: #5FAF2C; }
a { background-color: rgb(95,175,44); }
div.DivClassName
{
background-color: #5FAF2C;
}
.BgClassName
{
background-color: #5FAF2C;
}
</style>
border-color css
<style>
span { border-color: #5FAF2C; }
span { border-color: rgb(95,175,44); }
td.TdClassName
{
border-color: #5FAF2C;
}
.TagClassName
{
border-color: #5FAF2C;
}
</style>