Shades of Limeade #5FA32A
Tints of Limeade #5FA32A
RGB
CMYK
RGB Variations
Color information
#5FA32A (or 0x5FA32A) is known color: Limeade. HEX triplet: 5F, A3 and 2A. RGB value is (95,163,42). Sum of RGB (Red+Green+Blue) = 95+163+42=300 (39% of max value = 765). Red value is 95 (37.5% from 255 or 31.67% from 300); Green value is 163 (64.06% from 255 or 54.33% from 300); Blue value is 42 (16.80% from 255 or 14% from 300); Max value from RGB is 163 - color contains mainly: green. Hex color #5FA32A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5FA32A is #A05CD5. Grayscale: #818181. Windows color (decimal): -10509526 or 2794335. OLE color: 2794335.
HSL color Cylindrical-coordinate representation of color #5FA32A: hue angle of 93.72º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5FA32A is Cyan = 0.42, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 95 | 163 | 42 | - |
| CMYK | 0.42 | 0 | 0.74 | 0.36 |
| HSL | 93.72º | 0.59% | 0.4% | - |
| HSV(B) | 93.72º | 0.74% | 0.64% | - |
| XYZ | 18.23 | 28.79 | 6.79 | - |
| YUV | 128.87 | 78.97 | 103.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 163 | 42 | 0.42 | 0 | 0.74 | 0.36 | 93.72 | 0.59 | 0.4 |
| Hex | 5F | A3 | 2A | 2A | 0 | 4A | 24 | 5E | 3B | 28 |
| Octal | 137 | 243 | 52 | 52 | 0 | 112 | 44 | 136 | 73 | 50 |
| Binary | 1011111 | 10100011 | 101010 | 101010 | 0 | 1001010 | 100100 | 1011110 | 111011 | 101000 |
Color Harmonies of #5FA32A
Complementary color
Monochromatic Colors of #5FA32A
Black with #5FA32A
Text Example
Text Example
White with #5FA32A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FA32A; }
p { color: rgb(95,163,42); }
H1.HeaderClassName
{
color: #5FA32A;
}
.AnyTagClassName
{
color: #5FA32A;
}
</style>
background-color css
<style>
a { background-color: #5FA32A; }
a { background-color: rgb(95,163,42); }
div.DivClassName
{
background-color: #5FA32A;
}
.BgClassName
{
background-color: #5FA32A;
}
</style>
border-color css
<style>
span { border-color: #5FA32A; }
span { border-color: rgb(95,163,42); }
td.TdClassName
{
border-color: #5FA32A;
}
.TagClassName
{
border-color: #5FA32A;
}
</style>