Shades of Limeade #5CA32E
Tints of Limeade #5CA32E
RGB
CMYK
RGB Variations
Color information
#5CA32E (or 0x5CA32E) is known color: Limeade. HEX triplet: 5C, A3 and 2E. RGB value is (92,163,46). Sum of RGB (Red+Green+Blue) = 92+163+46=301 (39% of max value = 765). Red value is 92 (36.33% from 255 or 30.56% from 301); Green value is 163 (64.06% from 255 or 54.15% from 301); Blue value is 46 (18.36% from 255 or 15.28% from 301); Max value from RGB is 163 - color contains mainly: green. Hex color #5CA32E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5CA32E is #A35CD1. Grayscale: #808080. Windows color (decimal): -10706130 or 3056476. OLE color: 3056476.
HSL color Cylindrical-coordinate representation of color #5CA32E: hue angle of 96.41º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5CA32E is Cyan = 0.44, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 92 | 163 | 46 | - |
| CMYK | 0.44 | 0 | 0.72 | 0.36 |
| HSL | 96.41º | 0.56% | 0.41% | - |
| HSV(B) | 96.41º | 0.72% | 0.64% | - |
| XYZ | 18 | 28.67 | 7.17 | - |
| YUV | 128.43 | 81.48 | 102.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 163 | 46 | 0.44 | 0 | 0.72 | 0.36 | 96.41 | 0.56 | 0.41 |
| Hex | 5C | A3 | 2E | 2C | 0 | 48 | 24 | 60 | 38 | 29 |
| Octal | 134 | 243 | 56 | 54 | 0 | 110 | 44 | 140 | 70 | 51 |
| Binary | 1011100 | 10100011 | 101110 | 101100 | 0 | 1001000 | 100100 | 1100000 | 111000 | 101001 |
Color Harmonies of #5CA32E
Complementary color
Monochromatic Colors of #5CA32E
Black with #5CA32E
Text Example
Text Example
White with #5CA32E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CA32E; }
p { color: rgb(92,163,46); }
H1.HeaderClassName
{
color: #5CA32E;
}
.AnyTagClassName
{
color: #5CA32E;
}
</style>
background-color css
<style>
a { background-color: #5CA32E; }
a { background-color: rgb(92,163,46); }
div.DivClassName
{
background-color: #5CA32E;
}
.BgClassName
{
background-color: #5CA32E;
}
</style>
border-color css
<style>
span { border-color: #5CA32E; }
span { border-color: rgb(92,163,46); }
td.TdClassName
{
border-color: #5CA32E;
}
.TagClassName
{
border-color: #5CA32E;
}
</style>