Shades of Limeade #5C9E30
Tints of Limeade #5C9E30
RGB
CMYK
RGB Variations
Color information
#5C9E30 (or 0x5C9E30) is known color: Limeade. HEX triplet: 5C, 9E and 30. RGB value is (92,158,48). Sum of RGB (Red+Green+Blue) = 92+158+48=298 (39% of max value = 765). Red value is 92 (36.33% from 255 or 30.87% from 298); Green value is 158 (62.11% from 255 or 53.02% from 298); Blue value is 48 (19.14% from 255 or 16.11% from 298); Max value from RGB is 158 - color contains mainly: green. Hex color #5C9E30 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5C9E30 is #A361CF. Grayscale: #7E7E7E. Windows color (decimal): -10707408 or 3186268. OLE color: 3186268.
HSL color Cylindrical-coordinate representation of color #5C9E30: hue angle of 96º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5C9E30 is Cyan = 0.42, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 92 | 158 | 48 | - |
| CMYK | 0.42 | 0 | 0.70 | 0.38 |
| HSL | 96º | 0.53% | 0.4% | - |
| HSV(B) | 96º | 0.7% | 0.62% | - |
| XYZ | 17.17 | 26.94 | 7.09 | - |
| YUV | 125.73 | 84.13 | 103.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 158 | 48 | 0.42 | 0 | 0.70 | 0.38 | 96 | 0.53 | 0.4 |
| Hex | 5C | 9E | 30 | 2A | 0 | 46 | 26 | 60 | 35 | 28 |
| Octal | 134 | 236 | 60 | 52 | 0 | 106 | 46 | 140 | 65 | 50 |
| Binary | 1011100 | 10011110 | 110000 | 101010 | 0 | 1000110 | 100110 | 1100000 | 110101 | 101000 |
Color Harmonies of #5C9E30
Complementary color
Monochromatic Colors of #5C9E30
Black with #5C9E30
Text Example
Text Example
White with #5C9E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C9E30; }
p { color: rgb(92,158,48); }
H1.HeaderClassName
{
color: #5C9E30;
}
.AnyTagClassName
{
color: #5C9E30;
}
</style>
background-color css
<style>
a { background-color: #5C9E30; }
a { background-color: rgb(92,158,48); }
div.DivClassName
{
background-color: #5C9E30;
}
.BgClassName
{
background-color: #5C9E30;
}
</style>
border-color css
<style>
span { border-color: #5C9E30; }
span { border-color: rgb(92,158,48); }
td.TdClassName
{
border-color: #5C9E30;
}
.TagClassName
{
border-color: #5C9E30;
}
</style>