Shades of Limeade #5CA233
Tints of Limeade #5CA233
RGB
CMYK
RGB Variations
Color information
#5CA233 (or 0x5CA233) is known color: Limeade. HEX triplet: 5C, A2 and 33. RGB value is (92,162,51). Sum of RGB (Red+Green+Blue) = 92+162+51=305 (40% of max value = 765). Red value is 92 (36.33% from 255 or 30.16% from 305); Green value is 162 (63.67% from 255 or 53.11% from 305); Blue value is 51 (20.31% from 255 or 16.72% from 305); Max value from RGB is 162 - color contains mainly: green. Hex color #5CA233 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5CA233 is #A35DCC. Grayscale: #808080. Windows color (decimal): -10706381 or 3383900. OLE color: 3383900.
HSL color Cylindrical-coordinate representation of color #5CA233: hue angle of 97.84º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5CA233 is Cyan = 0.43, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 92 | 162 | 51 | - |
| CMYK | 0.43 | 0 | 0.69 | 0.36 |
| HSL | 97.84º | 0.52% | 0.42% | - |
| HSV(B) | 97.84º | 0.69% | 0.64% | - |
| XYZ | 17.93 | 28.35 | 7.66 | - |
| YUV | 128.42 | 84.31 | 102.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 162 | 51 | 0.43 | 0 | 0.69 | 0.36 | 97.84 | 0.52 | 0.42 |
| Hex | 5C | A2 | 33 | 2B | 0 | 45 | 24 | 62 | 34 | 2A |
| Octal | 134 | 242 | 63 | 53 | 0 | 105 | 44 | 142 | 64 | 52 |
| Binary | 1011100 | 10100010 | 110011 | 101011 | 0 | 1000101 | 100100 | 1100010 | 110100 | 101010 |
Color Harmonies of #5CA233
Complementary color
Monochromatic Colors of #5CA233
Black with #5CA233
Text Example
Text Example
White with #5CA233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CA233; }
p { color: rgb(92,162,51); }
H1.HeaderClassName
{
color: #5CA233;
}
.AnyTagClassName
{
color: #5CA233;
}
</style>
background-color css
<style>
a { background-color: #5CA233; }
a { background-color: rgb(92,162,51); }
div.DivClassName
{
background-color: #5CA233;
}
.BgClassName
{
background-color: #5CA233;
}
</style>
border-color css
<style>
span { border-color: #5CA233; }
span { border-color: rgb(92,162,51); }
td.TdClassName
{
border-color: #5CA233;
}
.TagClassName
{
border-color: #5CA233;
}
</style>