Shades of Limeade #5FAC2D
Tints of Limeade #5FAC2D
RGB
CMYK
RGB Variations
Color information
#5FAC2D (or 0x5FAC2D) is known color: Limeade. HEX triplet: 5F, AC and 2D. RGB value is (95,172,45). Sum of RGB (Red+Green+Blue) = 95+172+45=312 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.45% from 312); Green value is 172 (67.58% from 255 or 55.13% from 312); Blue value is 45 (17.97% from 255 or 14.42% from 312); Max value from RGB is 172 - color contains mainly: green. Hex color #5FAC2D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5FAC2D is #A053D2. Grayscale: #868686. Windows color (decimal): -10507219 or 2993247. OLE color: 2993247.
HSL color Cylindrical-coordinate representation of color #5FAC2D: hue angle of 96.38º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5FAC2D is Cyan = 0.45, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 95 | 172 | 45 | - |
| CMYK | 0.45 | 0 | 0.74 | 0.33 |
| HSL | 96.38º | 0.59% | 0.43% | - |
| HSV(B) | 96.38º | 0.74% | 0.67% | - |
| XYZ | 19.95 | 32.13 | 7.63 | - |
| YUV | 134.5 | 77.49 | 99.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 172 | 45 | 0.45 | 0 | 0.74 | 0.33 | 96.38 | 0.59 | 0.43 |
| Hex | 5F | AC | 2D | 2D | 0 | 4A | 21 | 60 | 3B | 2B |
| Octal | 137 | 254 | 55 | 55 | 0 | 112 | 41 | 140 | 73 | 53 |
| Binary | 1011111 | 10101100 | 101101 | 101101 | 0 | 1001010 | 100001 | 1100000 | 111011 | 101011 |
Color Harmonies of #5FAC2D
Complementary color
Monochromatic Colors of #5FAC2D
Black with #5FAC2D
Text Example
Text Example
White with #5FAC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FAC2D; }
p { color: rgb(95,172,45); }
H1.HeaderClassName
{
color: #5FAC2D;
}
.AnyTagClassName
{
color: #5FAC2D;
}
</style>
background-color css
<style>
a { background-color: #5FAC2D; }
a { background-color: rgb(95,172,45); }
div.DivClassName
{
background-color: #5FAC2D;
}
.BgClassName
{
background-color: #5FAC2D;
}
</style>
border-color css
<style>
span { border-color: #5FAC2D; }
span { border-color: rgb(95,172,45); }
td.TdClassName
{
border-color: #5FAC2D;
}
.TagClassName
{
border-color: #5FAC2D;
}
</style>