Shades of Limeade #55A234
Tints of Limeade #55A234
RGB
CMYK
RGB Variations
Color information
#55A234 (or 0x55A234) is known color: Limeade. HEX triplet: 55, A2 and 34. RGB value is (85,162,52). Sum of RGB (Red+Green+Blue) = 85+162+52=299 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.43% from 299); Green value is 162 (63.67% from 255 or 54.18% from 299); Blue value is 52 (20.70% from 255 or 17.39% from 299); Max value from RGB is 162 - color contains mainly: green. Hex color #55A234 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55A234 is #AA5DCB. Grayscale: #7E7E7E. Windows color (decimal): -11165132 or 3449429. OLE color: 3449429.
HSL color Cylindrical-coordinate representation of color #55A234: hue angle of 102º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #55A234 is Cyan = 0.48, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 85 | 162 | 52 | - |
| CMYK | 0.48 | 0 | 0.68 | 0.36 |
| HSL | 102º | 0.51% | 0.42% | - |
| HSV(B) | 102º | 0.68% | 0.64% | - |
| XYZ | 17.29 | 28.02 | 7.75 | - |
| YUV | 126.44 | 85.99 | 98.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 162 | 52 | 0.48 | 0 | 0.68 | 0.36 | 102 | 0.51 | 0.42 |
| Hex | 55 | A2 | 34 | 30 | 0 | 44 | 24 | 66 | 33 | 2A |
| Octal | 125 | 242 | 64 | 60 | 0 | 104 | 44 | 146 | 63 | 52 |
| Binary | 1010101 | 10100010 | 110100 | 110000 | 0 | 1000100 | 100100 | 1100110 | 110011 | 101010 |
Color Harmonies of #55A234
Complementary color
Monochromatic Colors of #55A234
Black with #55A234
Text Example
Text Example
White with #55A234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55A234; }
p { color: rgb(85,162,52); }
H1.HeaderClassName
{
color: #55A234;
}
.AnyTagClassName
{
color: #55A234;
}
</style>
background-color css
<style>
a { background-color: #55A234; }
a { background-color: rgb(85,162,52); }
div.DivClassName
{
background-color: #55A234;
}
.BgClassName
{
background-color: #55A234;
}
</style>
border-color css
<style>
span { border-color: #55A234; }
span { border-color: rgb(85,162,52); }
td.TdClassName
{
border-color: #55A234;
}
.TagClassName
{
border-color: #55A234;
}
</style>