Shades of Limeade #5FA330
Tints of Limeade #5FA330
RGB
CMYK
RGB Variations
Color information
#5FA330 (or 0x5FA330) is known color: Limeade. HEX triplet: 5F, A3 and 30. RGB value is (95,163,48). Sum of RGB (Red+Green+Blue) = 95+163+48=306 (40% of max value = 765). Red value is 95 (37.5% from 255 or 31.05% from 306); Green value is 163 (64.06% from 255 or 53.27% from 306); Blue value is 48 (19.14% from 255 or 15.69% from 306); Max value from RGB is 163 - color contains mainly: green. Hex color #5FA330 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5FA330 is #A05CCF. Grayscale: #818181. Windows color (decimal): -10509520 or 3187551. OLE color: 3187551.
HSL color Cylindrical-coordinate representation of color #5FA330: hue angle of 95.48º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5FA330 is Cyan = 0.42, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 95 | 163 | 48 | - |
| CMYK | 0.42 | 0 | 0.71 | 0.36 |
| HSL | 95.48º | 0.55% | 0.41% | - |
| HSV(B) | 95.48º | 0.71% | 0.64% | - |
| XYZ | 18.35 | 28.84 | 7.4 | - |
| YUV | 129.56 | 81.97 | 103.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 163 | 48 | 0.42 | 0 | 0.71 | 0.36 | 95.48 | 0.55 | 0.41 |
| Hex | 5F | A3 | 30 | 2A | 0 | 47 | 24 | 5F | 37 | 29 |
| Octal | 137 | 243 | 60 | 52 | 0 | 107 | 44 | 137 | 67 | 51 |
| Binary | 1011111 | 10100011 | 110000 | 101010 | 0 | 1000111 | 100100 | 1011111 | 110111 | 101001 |
Color Harmonies of #5FA330
Complementary color
Monochromatic Colors of #5FA330
Black with #5FA330
Text Example
Text Example
White with #5FA330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FA330; }
p { color: rgb(95,163,48); }
H1.HeaderClassName
{
color: #5FA330;
}
.AnyTagClassName
{
color: #5FA330;
}
</style>
background-color css
<style>
a { background-color: #5FA330; }
a { background-color: rgb(95,163,48); }
div.DivClassName
{
background-color: #5FA330;
}
.BgClassName
{
background-color: #5FA330;
}
</style>
border-color css
<style>
span { border-color: #5FA330; }
span { border-color: rgb(95,163,48); }
td.TdClassName
{
border-color: #5FA330;
}
.TagClassName
{
border-color: #5FA330;
}
</style>