Shades of Limeade #5C982F
Tints of Limeade #5C982F
RGB
CMYK
RGB Variations
Color information
#5C982F (or 0x5C982F) is known color: Limeade. HEX triplet: 5C, 98 and 2F. RGB value is (92,152,47). Sum of RGB (Red+Green+Blue) = 92+152+47=291 (38% of max value = 765). Red value is 92 (36.33% from 255 or 31.62% from 291); Green value is 152 (59.77% from 255 or 52.23% from 291); Blue value is 47 (18.75% from 255 or 16.15% from 291); Max value from RGB is 152 - color contains mainly: green. Hex color #5C982F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5C982F is #A367D0. Grayscale: #7A7A7A. Windows color (decimal): -10708945 or 3119196. OLE color: 3119196.
HSL color Cylindrical-coordinate representation of color #5C982F: hue angle of 94.29º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5C982F is Cyan = 0.39, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 92 | 152 | 47 | - |
| CMYK | 0.39 | 0 | 0.69 | 0.40 |
| HSL | 94.29º | 0.53% | 0.39% | - |
| HSV(B) | 94.29º | 0.69% | 0.6% | - |
| XYZ | 16.15 | 24.94 | 6.65 | - |
| YUV | 122.09 | 85.62 | 106.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 152 | 47 | 0.39 | 0 | 0.69 | 0.40 | 94.29 | 0.53 | 0.39 |
| Hex | 5C | 98 | 2F | 27 | 0 | 45 | 28 | 5E | 35 | 27 |
| Octal | 134 | 230 | 57 | 47 | 0 | 105 | 50 | 136 | 65 | 47 |
| Binary | 1011100 | 10011000 | 101111 | 100111 | 0 | 1000101 | 101000 | 1011110 | 110101 | 100111 |
Color Harmonies of #5C982F
Complementary color
Monochromatic Colors of #5C982F
Black with #5C982F
Text Example
Text Example
White with #5C982F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C982F; }
p { color: rgb(92,152,47); }
H1.HeaderClassName
{
color: #5C982F;
}
.AnyTagClassName
{
color: #5C982F;
}
</style>
background-color css
<style>
a { background-color: #5C982F; }
a { background-color: rgb(92,152,47); }
div.DivClassName
{
background-color: #5C982F;
}
.BgClassName
{
background-color: #5C982F;
}
</style>
border-color css
<style>
span { border-color: #5C982F; }
span { border-color: rgb(92,152,47); }
td.TdClassName
{
border-color: #5C982F;
}
.TagClassName
{
border-color: #5C982F;
}
</style>