Shades of Limeade #5C9C25
Tints of Limeade #5C9C25
RGB
CMYK
RGB Variations
Color information
#5C9C25 (or 0x5C9C25) is known color: Limeade. HEX triplet: 5C, 9C and 25. RGB value is (92,156,37). Sum of RGB (Red+Green+Blue) = 92+156+37=285 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.28% from 285); Green value is 156 (61.33% from 255 or 54.74% from 285); Blue value is 37 (14.84% from 255 or 12.98% from 285); Max value from RGB is 156 - color contains mainly: green. Hex color #5C9C25 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5C9C25 is #A363DA. Grayscale: #7B7B7B. Windows color (decimal): -10707931 or 2464860. OLE color: 2464860.
HSL color Cylindrical-coordinate representation of color #5C9C25: hue angle of 92.27º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5C9C25 is Cyan = 0.41, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 92 | 156 | 37 | - |
| CMYK | 0.41 | 0 | 0.76 | 0.39 |
| HSL | 92.27º | 0.62% | 0.38% | - |
| HSV(B) | 92.27º | 0.76% | 0.61% | - |
| XYZ | 16.64 | 26.19 | 5.93 | - |
| YUV | 123.3 | 79.3 | 105.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 156 | 37 | 0.41 | 0 | 0.76 | 0.39 | 92.27 | 0.62 | 0.38 |
| Hex | 5C | 9C | 25 | 29 | 0 | 4C | 27 | 5C | 3E | 26 |
| Octal | 134 | 234 | 45 | 51 | 0 | 114 | 47 | 134 | 76 | 46 |
| Binary | 1011100 | 10011100 | 100101 | 101001 | 0 | 1001100 | 100111 | 1011100 | 111110 | 100110 |
Color Harmonies of #5C9C25
Complementary color
Monochromatic Colors of #5C9C25
Black with #5C9C25
Text Example
Text Example
White with #5C9C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C9C25; }
p { color: rgb(92,156,37); }
H1.HeaderClassName
{
color: #5C9C25;
}
.AnyTagClassName
{
color: #5C9C25;
}
</style>
background-color css
<style>
a { background-color: #5C9C25; }
a { background-color: rgb(92,156,37); }
div.DivClassName
{
background-color: #5C9C25;
}
.BgClassName
{
background-color: #5C9C25;
}
</style>
border-color css
<style>
span { border-color: #5C9C25; }
span { border-color: rgb(92,156,37); }
td.TdClassName
{
border-color: #5C9C25;
}
.TagClassName
{
border-color: #5C9C25;
}
</style>