Shades of Limeade #5C9C30
Tints of Limeade #5C9C30
RGB
CMYK
RGB Variations
Color information
#5C9C30 (or 0x5C9C30) is known color: Limeade. HEX triplet: 5C, 9C and 30. RGB value is (92,156,48). Sum of RGB (Red+Green+Blue) = 92+156+48=296 (39% of max value = 765). Red value is 92 (36.33% from 255 or 31.08% from 296); Green value is 156 (61.33% from 255 or 52.70% from 296); Blue value is 48 (19.14% from 255 or 16.22% from 296); Max value from RGB is 156 - color contains mainly: green. Hex color #5C9C30 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5C9C30 is #A363CF. Grayscale: #7C7C7C. Windows color (decimal): -10707920 or 3185756. OLE color: 3185756.
HSL color Cylindrical-coordinate representation of color #5C9C30: hue angle of 95.56º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5C9C30 is Cyan = 0.41, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 92 | 156 | 48 | - |
| CMYK | 0.41 | 0 | 0.69 | 0.39 |
| HSL | 95.56º | 0.53% | 0.4% | - |
| HSV(B) | 95.56º | 0.69% | 0.61% | - |
| XYZ | 16.84 | 26.27 | 6.98 | - |
| YUV | 124.55 | 84.8 | 104.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 156 | 48 | 0.41 | 0 | 0.69 | 0.39 | 95.56 | 0.53 | 0.4 |
| Hex | 5C | 9C | 30 | 29 | 0 | 45 | 27 | 60 | 35 | 28 |
| Octal | 134 | 234 | 60 | 51 | 0 | 105 | 47 | 140 | 65 | 50 |
| Binary | 1011100 | 10011100 | 110000 | 101001 | 0 | 1000101 | 100111 | 1100000 | 110101 | 101000 |
Color Harmonies of #5C9C30
Complementary color
Monochromatic Colors of #5C9C30
Black with #5C9C30
Text Example
Text Example
White with #5C9C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C9C30; }
p { color: rgb(92,156,48); }
H1.HeaderClassName
{
color: #5C9C30;
}
.AnyTagClassName
{
color: #5C9C30;
}
</style>
background-color css
<style>
a { background-color: #5C9C30; }
a { background-color: rgb(92,156,48); }
div.DivClassName
{
background-color: #5C9C30;
}
.BgClassName
{
background-color: #5C9C30;
}
</style>
border-color css
<style>
span { border-color: #5C9C30; }
span { border-color: rgb(92,156,48); }
td.TdClassName
{
border-color: #5C9C30;
}
.TagClassName
{
border-color: #5C9C30;
}
</style>