Shades of Limeade #5CA11D
Tints of Limeade #5CA11D
RGB
CMYK
RGB Variations
Color information
#5CA11D (or 0x5CA11D) is known color: Limeade. HEX triplet: 5C, A1 and 1D. RGB value is (92,161,29). Sum of RGB (Red+Green+Blue) = 92+161+29=282 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.62% from 282); Green value is 161 (63.28% from 255 or 57.09% from 282); Blue value is 29 (11.72% from 255 or 10.28% from 282); Max value from RGB is 161 - color contains mainly: green. Hex color #5CA11D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5CA11D is #A35EE2. Grayscale: #7D7D7D. Windows color (decimal): -10706659 or 1941852. OLE color: 1941852.
HSL color Cylindrical-coordinate representation of color #5CA11D: hue angle of 91.36º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5CA11D is Cyan = 0.43, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 92 | 161 | 29 | - |
| CMYK | 0.43 | 0 | 0.82 | 0.37 |
| HSL | 91.36º | 0.69% | 0.37% | - |
| HSV(B) | 91.36º | 0.82% | 0.63% | - |
| XYZ | 17.38 | 27.85 | 5.62 | - |
| YUV | 125.32 | 73.64 | 104.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 161 | 29 | 0.43 | 0 | 0.82 | 0.37 | 91.36 | 0.69 | 0.37 |
| Hex | 5C | A1 | 1D | 2B | 0 | 52 | 25 | 5B | 45 | 25 |
| Octal | 134 | 241 | 35 | 53 | 0 | 122 | 45 | 133 | 105 | 45 |
| Binary | 1011100 | 10100001 | 11101 | 101011 | 0 | 1010010 | 100101 | 1011011 | 1000101 | 100101 |
Color Harmonies of #5CA11D
Complementary color
Monochromatic Colors of #5CA11D
Black with #5CA11D
Text Example
Text Example
White with #5CA11D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CA11D; }
p { color: rgb(92,161,29); }
H1.HeaderClassName
{
color: #5CA11D;
}
.AnyTagClassName
{
color: #5CA11D;
}
</style>
background-color css
<style>
a { background-color: #5CA11D; }
a { background-color: rgb(92,161,29); }
div.DivClassName
{
background-color: #5CA11D;
}
.BgClassName
{
background-color: #5CA11D;
}
</style>
border-color css
<style>
span { border-color: #5CA11D; }
span { border-color: rgb(92,161,29); }
td.TdClassName
{
border-color: #5CA11D;
}
.TagClassName
{
border-color: #5CA11D;
}
</style>