Shades of Limeade #55AC30
Tints of Limeade #55AC30
RGB
CMYK
RGB Variations
Color information
#55AC30 (or 0x55AC30) is known color: Limeade. HEX triplet: 55, AC and 30. RGB value is (85,172,48). Sum of RGB (Red+Green+Blue) = 85+172+48=305 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.87% from 305); Green value is 172 (67.58% from 255 or 56.39% from 305); Blue value is 48 (19.14% from 255 or 15.74% from 305); Max value from RGB is 172 - color contains mainly: green. Hex color #55AC30 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55AC30 is #AA53CF. Grayscale: #848484. Windows color (decimal): -11162576 or 3189845. OLE color: 3189845.
HSL color Cylindrical-coordinate representation of color #55AC30: hue angle of 102.1º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #55AC30 is Cyan = 0.51, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 85 | 172 | 48 | - |
| CMYK | 0.51 | 0 | 0.72 | 0.33 |
| HSL | 102.1º | 0.56% | 0.43% | - |
| HSV(B) | 102.1º | 0.72% | 0.67% | - |
| XYZ | 19.03 | 31.65 | 7.9 | - |
| YUV | 131.85 | 80.68 | 94.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 172 | 48 | 0.51 | 0 | 0.72 | 0.33 | 102.1 | 0.56 | 0.43 |
| Hex | 55 | AC | 30 | 33 | 0 | 48 | 21 | 66 | 38 | 2B |
| Octal | 125 | 254 | 60 | 63 | 0 | 110 | 41 | 146 | 70 | 53 |
| Binary | 1010101 | 10101100 | 110000 | 110011 | 0 | 1001000 | 100001 | 1100110 | 111000 | 101011 |
Color Harmonies of #55AC30
Complementary color
Monochromatic Colors of #55AC30
Black with #55AC30
Text Example
Text Example
White with #55AC30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55AC30; }
p { color: rgb(85,172,48); }
H1.HeaderClassName
{
color: #55AC30;
}
.AnyTagClassName
{
color: #55AC30;
}
</style>
background-color css
<style>
a { background-color: #55AC30; }
a { background-color: rgb(85,172,48); }
div.DivClassName
{
background-color: #55AC30;
}
.BgClassName
{
background-color: #55AC30;
}
</style>
border-color css
<style>
span { border-color: #55AC30; }
span { border-color: rgb(85,172,48); }
td.TdClassName
{
border-color: #55AC30;
}
.TagClassName
{
border-color: #55AC30;
}
</style>