Shades of Limeade #5FB129
Tints of Limeade #5FB129
RGB
CMYK
RGB Variations
Color information
#5FB129 (or 0x5FB129) is known color: Limeade. HEX triplet: 5F, B1 and 29. RGB value is (95,177,41). Sum of RGB (Red+Green+Blue) = 95+177+41=313 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.35% from 313); Green value is 177 (69.53% from 255 or 56.55% from 313); Blue value is 41 (16.41% from 255 or 13.10% from 313); Max value from RGB is 177 - color contains mainly: green. Hex color #5FB129 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5FB129 is #A04ED6. Grayscale: #898989. Windows color (decimal): -10505943 or 2732383. OLE color: 2732383.
HSL color Cylindrical-coordinate representation of color #5FB129: hue angle of 96.18º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5FB129 is Cyan = 0.46, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 95 | 177 | 41 | - |
| CMYK | 0.46 | 0 | 0.77 | 0.31 |
| HSL | 96.18º | 0.62% | 0.43% | - |
| HSV(B) | 96.18º | 0.77% | 0.69% | - |
| XYZ | 20.84 | 34.04 | 7.57 | - |
| YUV | 136.98 | 73.83 | 98.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 177 | 41 | 0.46 | 0 | 0.77 | 0.31 | 96.18 | 0.62 | 0.43 |
| Hex | 5F | B1 | 29 | 2E | 0 | 4D | 1F | 60 | 3E | 2B |
| Octal | 137 | 261 | 51 | 56 | 0 | 115 | 37 | 140 | 76 | 53 |
| Binary | 1011111 | 10110001 | 101001 | 101110 | 0 | 1001101 | 11111 | 1100000 | 111110 | 101011 |
Color Harmonies of #5FB129
Complementary color
Monochromatic Colors of #5FB129
Black with #5FB129
Text Example
Text Example
White with #5FB129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FB129; }
p { color: rgb(95,177,41); }
H1.HeaderClassName
{
color: #5FB129;
}
.AnyTagClassName
{
color: #5FB129;
}
</style>
background-color css
<style>
a { background-color: #5FB129; }
a { background-color: rgb(95,177,41); }
div.DivClassName
{
background-color: #5FB129;
}
.BgClassName
{
background-color: #5FB129;
}
</style>
border-color css
<style>
span { border-color: #5FB129; }
span { border-color: rgb(95,177,41); }
td.TdClassName
{
border-color: #5FB129;
}
.TagClassName
{
border-color: #5FB129;
}
</style>