Shades of Limeade #5F9E28
Tints of Limeade #5F9E28
RGB
CMYK
RGB Variations
Color information
#5F9E28 (or 0x5F9E28) is known color: Limeade. HEX triplet: 5F, 9E and 28. RGB value is (95,158,40). Sum of RGB (Red+Green+Blue) = 95+158+40=293 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.42% from 293); Green value is 158 (62.11% from 255 or 53.92% from 293); Blue value is 40 (16.02% from 255 or 13.65% from 293); Max value from RGB is 158 - color contains mainly: green. Hex color #5F9E28 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5F9E28 is #A061D7. Grayscale: #7E7E7E. Windows color (decimal): -10510808 or 2661983. OLE color: 2661983.
HSL color Cylindrical-coordinate representation of color #5F9E28: hue angle of 92.03º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5F9E28 is Cyan = 0.40, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 95 | 158 | 40 | - |
| CMYK | 0.40 | 0 | 0.75 | 0.38 |
| HSL | 92.03º | 0.6% | 0.39% | - |
| HSV(B) | 92.03º | 0.75% | 0.62% | - |
| XYZ | 17.33 | 27.04 | 6.31 | - |
| YUV | 125.71 | 79.63 | 106.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 158 | 40 | 0.40 | 0 | 0.75 | 0.38 | 92.03 | 0.6 | 0.39 |
| Hex | 5F | 9E | 28 | 28 | 0 | 4B | 26 | 5C | 3C | 27 |
| Octal | 137 | 236 | 50 | 50 | 0 | 113 | 46 | 134 | 74 | 47 |
| Binary | 1011111 | 10011110 | 101000 | 101000 | 0 | 1001011 | 100110 | 1011100 | 111100 | 100111 |
Color Harmonies of #5F9E28
Complementary color
Monochromatic Colors of #5F9E28
Black with #5F9E28
Text Example
Text Example
White with #5F9E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F9E28; }
p { color: rgb(95,158,40); }
H1.HeaderClassName
{
color: #5F9E28;
}
.AnyTagClassName
{
color: #5F9E28;
}
</style>
background-color css
<style>
a { background-color: #5F9E28; }
a { background-color: rgb(95,158,40); }
div.DivClassName
{
background-color: #5F9E28;
}
.BgClassName
{
background-color: #5F9E28;
}
</style>
border-color css
<style>
span { border-color: #5F9E28; }
span { border-color: rgb(95,158,40); }
td.TdClassName
{
border-color: #5F9E28;
}
.TagClassName
{
border-color: #5F9E28;
}
</style>