Shades of Limeade #5CAA21
Tints of Limeade #5CAA21
RGB
CMYK
RGB Variations
Color information
#5CAA21 (or 0x5CAA21) is known color: Limeade. HEX triplet: 5C, AA and 21. RGB value is (92,170,33). Sum of RGB (Red+Green+Blue) = 92+170+33=295 (39% of max value = 765). Red value is 92 (36.33% from 255 or 31.19% from 295); Green value is 170 (66.80% from 255 or 57.63% from 295); Blue value is 33 (13.28% from 255 or 11.19% from 295); Max value from RGB is 170 - color contains mainly: green. Hex color #5CAA21 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5CAA21 is #A355DE. Grayscale: #838383. Windows color (decimal): -10704351 or 2206300. OLE color: 2206300.
HSL color Cylindrical-coordinate representation of color #5CAA21: hue angle of 94.16º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5CAA21 is Cyan = 0.46, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 92 | 170 | 33 | - |
| CMYK | 0.46 | 0 | 0.81 | 0.33 |
| HSL | 94.16º | 0.67% | 0.4% | - |
| HSV(B) | 94.16º | 0.81% | 0.67% | - |
| XYZ | 19.06 | 31.13 | 6.44 | - |
| YUV | 131.06 | 72.66 | 100.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 170 | 33 | 0.46 | 0 | 0.81 | 0.33 | 94.16 | 0.67 | 0.4 |
| Hex | 5C | AA | 21 | 2E | 0 | 51 | 21 | 5E | 43 | 28 |
| Octal | 134 | 252 | 41 | 56 | 0 | 121 | 41 | 136 | 103 | 50 |
| Binary | 1011100 | 10101010 | 100001 | 101110 | 0 | 1010001 | 100001 | 1011110 | 1000011 | 101000 |
Color Harmonies of #5CAA21
Complementary color
Monochromatic Colors of #5CAA21
Black with #5CAA21
Text Example
Text Example
White with #5CAA21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CAA21; }
p { color: rgb(92,170,33); }
H1.HeaderClassName
{
color: #5CAA21;
}
.AnyTagClassName
{
color: #5CAA21;
}
</style>
background-color css
<style>
a { background-color: #5CAA21; }
a { background-color: rgb(92,170,33); }
div.DivClassName
{
background-color: #5CAA21;
}
.BgClassName
{
background-color: #5CAA21;
}
</style>
border-color css
<style>
span { border-color: #5CAA21; }
span { border-color: rgb(92,170,33); }
td.TdClassName
{
border-color: #5CAA21;
}
.TagClassName
{
border-color: #5CAA21;
}
</style>