Shades of Limeade #5FAF2A
Tints of Limeade #5FAF2A
RGB
CMYK
RGB Variations
Color information
#5FAF2A (or 0x5FAF2A) is known color: Limeade. HEX triplet: 5F, AF and 2A. RGB value is (95,175,42). Sum of RGB (Red+Green+Blue) = 95+175+42=312 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.45% from 312); Green value is 175 (68.75% from 255 or 56.09% from 312); Blue value is 42 (16.80% from 255 or 13.46% from 312); Max value from RGB is 175 - color contains mainly: green. Hex color #5FAF2A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5FAF2A is #A050D5. Grayscale: #888888. Windows color (decimal): -10506454 or 2797407. OLE color: 2797407.
HSL color Cylindrical-coordinate representation of color #5FAF2A: hue angle of 96.09º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5FAF2A is Cyan = 0.46, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 95 | 175 | 42 | - |
| CMYK | 0.46 | 0 | 0.76 | 0.31 |
| HSL | 96.09º | 0.61% | 0.43% | - |
| HSV(B) | 96.09º | 0.76% | 0.69% | - |
| XYZ | 20.47 | 33.26 | 7.53 | - |
| YUV | 135.92 | 75 | 98.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 175 | 42 | 0.46 | 0 | 0.76 | 0.31 | 96.09 | 0.61 | 0.43 |
| Hex | 5F | AF | 2A | 2E | 0 | 4C | 1F | 60 | 3D | 2B |
| Octal | 137 | 257 | 52 | 56 | 0 | 114 | 37 | 140 | 75 | 53 |
| Binary | 1011111 | 10101111 | 101010 | 101110 | 0 | 1001100 | 11111 | 1100000 | 111101 | 101011 |
Color Harmonies of #5FAF2A
Complementary color
Monochromatic Colors of #5FAF2A
Black with #5FAF2A
Text Example
Text Example
White with #5FAF2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FAF2A; }
p { color: rgb(95,175,42); }
H1.HeaderClassName
{
color: #5FAF2A;
}
.AnyTagClassName
{
color: #5FAF2A;
}
</style>
background-color css
<style>
a { background-color: #5FAF2A; }
a { background-color: rgb(95,175,42); }
div.DivClassName
{
background-color: #5FAF2A;
}
.BgClassName
{
background-color: #5FAF2A;
}
</style>
border-color css
<style>
span { border-color: #5FAF2A; }
span { border-color: rgb(95,175,42); }
td.TdClassName
{
border-color: #5FAF2A;
}
.TagClassName
{
border-color: #5FAF2A;
}
</style>