Shades of Limeade #5F9C24
Tints of Limeade #5F9C24
RGB
CMYK
RGB Variations
Color information
#5F9C24 (or 0x5F9C24) is known color: Limeade. HEX triplet: 5F, 9C and 24. RGB value is (95,156,36). Sum of RGB (Red+Green+Blue) = 95+156+36=287 (38% of max value = 765). Red value is 95 (37.5% from 255 or 33.10% from 287); Green value is 156 (61.33% from 255 or 54.36% from 287); Blue value is 36 (14.45% from 255 or 12.54% from 287); Max value from RGB is 156 - color contains mainly: green. Hex color #5F9C24 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5F9C24 is #A063DB. Grayscale: #7C7C7C. Windows color (decimal): -10511324 or 2399327. OLE color: 2399327.
HSL color Cylindrical-coordinate representation of color #5F9C24: hue angle of 90.5º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5F9C24 is Cyan = 0.39, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 95 | 156 | 36 | - |
| CMYK | 0.39 | 0 | 0.77 | 0.39 |
| HSL | 90.5º | 0.63% | 0.38% | - |
| HSV(B) | 90.5º | 0.77% | 0.61% | - |
| XYZ | 16.93 | 26.34 | 5.86 | - |
| YUV | 124.08 | 78.29 | 107.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 156 | 36 | 0.39 | 0 | 0.77 | 0.39 | 90.5 | 0.63 | 0.38 |
| Hex | 5F | 9C | 24 | 27 | 0 | 4D | 27 | 5A | 3E | 26 |
| Octal | 137 | 234 | 44 | 47 | 0 | 115 | 47 | 132 | 76 | 46 |
| Binary | 1011111 | 10011100 | 100100 | 100111 | 0 | 1001101 | 100111 | 1011010 | 111110 | 100110 |
Color Harmonies of #5F9C24
Complementary color
Monochromatic Colors of #5F9C24
Black with #5F9C24
Text Example
Text Example
White with #5F9C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F9C24; }
p { color: rgb(95,156,36); }
H1.HeaderClassName
{
color: #5F9C24;
}
.AnyTagClassName
{
color: #5F9C24;
}
</style>
background-color css
<style>
a { background-color: #5F9C24; }
a { background-color: rgb(95,156,36); }
div.DivClassName
{
background-color: #5F9C24;
}
.BgClassName
{
background-color: #5F9C24;
}
</style>
border-color css
<style>
span { border-color: #5F9C24; }
span { border-color: rgb(95,156,36); }
td.TdClassName
{
border-color: #5F9C24;
}
.TagClassName
{
border-color: #5F9C24;
}
</style>