Shades of Limeade #5CA12E
Tints of Limeade #5CA12E
RGB
CMYK
RGB Variations
Color information
#5CA12E (or 0x5CA12E) is known color: Limeade. HEX triplet: 5C, A1 and 2E. RGB value is (92,161,46). Sum of RGB (Red+Green+Blue) = 92+161+46=299 (39% of max value = 765). Red value is 92 (36.33% from 255 or 30.77% from 299); Green value is 161 (63.28% from 255 or 53.85% from 299); Blue value is 46 (18.36% from 255 or 15.38% from 299); Max value from RGB is 161 - color contains mainly: green. Hex color #5CA12E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5CA12E is #A35ED1. Grayscale: #7F7F7F. Windows color (decimal): -10706642 or 3055964. OLE color: 3055964.
HSL color Cylindrical-coordinate representation of color #5CA12E: hue angle of 96º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5CA12E is Cyan = 0.43, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 92 | 161 | 46 | - |
| CMYK | 0.43 | 0 | 0.71 | 0.37 |
| HSL | 96º | 0.56% | 0.41% | - |
| HSV(B) | 96º | 0.71% | 0.63% | - |
| XYZ | 17.65 | 27.96 | 7.05 | - |
| YUV | 127.26 | 82.14 | 102.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 161 | 46 | 0.43 | 0 | 0.71 | 0.37 | 96 | 0.56 | 0.41 |
| Hex | 5C | A1 | 2E | 2B | 0 | 47 | 25 | 60 | 38 | 29 |
| Octal | 134 | 241 | 56 | 53 | 0 | 107 | 45 | 140 | 70 | 51 |
| Binary | 1011100 | 10100001 | 101110 | 101011 | 0 | 1000111 | 100101 | 1100000 | 111000 | 101001 |
Color Harmonies of #5CA12E
Complementary color
Monochromatic Colors of #5CA12E
Black with #5CA12E
Text Example
Text Example
White with #5CA12E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CA12E; }
p { color: rgb(92,161,46); }
H1.HeaderClassName
{
color: #5CA12E;
}
.AnyTagClassName
{
color: #5CA12E;
}
</style>
background-color css
<style>
a { background-color: #5CA12E; }
a { background-color: rgb(92,161,46); }
div.DivClassName
{
background-color: #5CA12E;
}
.BgClassName
{
background-color: #5CA12E;
}
</style>
border-color css
<style>
span { border-color: #5CA12E; }
span { border-color: rgb(92,161,46); }
td.TdClassName
{
border-color: #5CA12E;
}
.TagClassName
{
border-color: #5CA12E;
}
</style>