Shades of Limeade #55A41B
Tints of Limeade #55A41B
RGB
CMYK
RGB Variations
Color information
#55A41B (or 0x55A41B) is known color: Limeade. HEX triplet: 55, A4 and 1B. RGB value is (85,164,27). Sum of RGB (Red+Green+Blue) = 85+164+27=276 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.80% from 276); Green value is 164 (64.45% from 255 or 59.42% from 276); Blue value is 27 (10.94% from 255 or 9.78% from 276); Max value from RGB is 164 - color contains mainly: green. Hex color #55A41B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55A41B is #AA5BE4. Grayscale: #7D7D7D. Windows color (decimal): -11164645 or 1811541. OLE color: 1811541.
HSL color Cylindrical-coordinate representation of color #55A41B: hue angle of 94.6º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #55A41B is Cyan = 0.48, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 85 | 164 | 27 | - |
| CMYK | 0.48 | 0 | 0.84 | 0.36 |
| HSL | 94.6º | 0.72% | 0.37% | - |
| HSV(B) | 94.6º | 0.84% | 0.64% | - |
| XYZ | 17.22 | 28.56 | 5.64 | - |
| YUV | 124.76 | 72.83 | 99.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 164 | 27 | 0.48 | 0 | 0.84 | 0.36 | 94.6 | 0.72 | 0.37 |
| Hex | 55 | A4 | 1B | 30 | 0 | 54 | 24 | 5F | 48 | 25 |
| Octal | 125 | 244 | 33 | 60 | 0 | 124 | 44 | 137 | 110 | 45 |
| Binary | 1010101 | 10100100 | 11011 | 110000 | 0 | 1010100 | 100100 | 1011111 | 1001000 | 100101 |
Color Harmonies of #55A41B
Complementary color
Monochromatic Colors of #55A41B
Black with #55A41B
Text Example
Text Example
White with #55A41B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55A41B; }
p { color: rgb(85,164,27); }
H1.HeaderClassName
{
color: #55A41B;
}
.AnyTagClassName
{
color: #55A41B;
}
</style>
background-color css
<style>
a { background-color: #55A41B; }
a { background-color: rgb(85,164,27); }
div.DivClassName
{
background-color: #55A41B;
}
.BgClassName
{
background-color: #55A41B;
}
</style>
border-color css
<style>
span { border-color: #55A41B; }
span { border-color: rgb(85,164,27); }
td.TdClassName
{
border-color: #55A41B;
}
.TagClassName
{
border-color: #55A41B;
}
</style>