Shades of Limeade #5CA325
Tints of Limeade #5CA325
RGB
CMYK
RGB Variations
Color information
#5CA325 (or 0x5CA325) is known color: Limeade. HEX triplet: 5C, A3 and 25. RGB value is (92,163,37). Sum of RGB (Red+Green+Blue) = 92+163+37=292 (38% of max value = 765). Red value is 92 (36.33% from 255 or 31.51% from 292); Green value is 163 (64.06% from 255 or 55.82% from 292); Blue value is 37 (14.84% from 255 or 12.67% from 292); Max value from RGB is 163 - color contains mainly: green. Hex color #5CA325 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5CA325 is #A35CDA. Grayscale: #7F7F7F. Windows color (decimal): -10706139 or 2466652. OLE color: 2466652.
HSL color Cylindrical-coordinate representation of color #5CA325: hue angle of 93.81º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5CA325 is Cyan = 0.44, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 92 | 163 | 37 | - |
| CMYK | 0.44 | 0 | 0.77 | 0.36 |
| HSL | 93.81º | 0.63% | 0.39% | - |
| HSV(B) | 93.81º | 0.77% | 0.64% | - |
| XYZ | 17.84 | 28.6 | 6.33 | - |
| YUV | 127.41 | 76.98 | 102.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 163 | 37 | 0.44 | 0 | 0.77 | 0.36 | 93.81 | 0.63 | 0.39 |
| Hex | 5C | A3 | 25 | 2C | 0 | 4D | 24 | 5E | 3F | 27 |
| Octal | 134 | 243 | 45 | 54 | 0 | 115 | 44 | 136 | 77 | 47 |
| Binary | 1011100 | 10100011 | 100101 | 101100 | 0 | 1001101 | 100100 | 1011110 | 111111 | 100111 |
Color Harmonies of #5CA325
Complementary color
Monochromatic Colors of #5CA325
Black with #5CA325
Text Example
Text Example
White with #5CA325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CA325; }
p { color: rgb(92,163,37); }
H1.HeaderClassName
{
color: #5CA325;
}
.AnyTagClassName
{
color: #5CA325;
}
</style>
background-color css
<style>
a { background-color: #5CA325; }
a { background-color: rgb(92,163,37); }
div.DivClassName
{
background-color: #5CA325;
}
.BgClassName
{
background-color: #5CA325;
}
</style>
border-color css
<style>
span { border-color: #5CA325; }
span { border-color: rgb(92,163,37); }
td.TdClassName
{
border-color: #5CA325;
}
.TagClassName
{
border-color: #5CA325;
}
</style>