Shades of Limeade #55A61E
Tints of Limeade #55A61E
RGB
CMYK
RGB Variations
Color information
#55A61E (or 0x55A61E) is known color: Limeade. HEX triplet: 55, A6 and 1E. RGB value is (85,166,30). Sum of RGB (Red+Green+Blue) = 85+166+30=281 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.25% from 281); Green value is 166 (65.23% from 255 or 59.07% from 281); Blue value is 30 (12.11% from 255 or 10.68% from 281); Max value from RGB is 166 - color contains mainly: green. Hex color #55A61E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55A61E is #AA59E1. Grayscale: #7E7E7E. Windows color (decimal): -11164130 or 2008661. OLE color: 2008661.
HSL color Cylindrical-coordinate representation of color #55A61E: hue angle of 95.74º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #55A61E is Cyan = 0.49, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 85 | 166 | 30 | - |
| CMYK | 0.49 | 0 | 0.82 | 0.35 |
| HSL | 95.74º | 0.69% | 0.38% | - |
| HSV(B) | 95.74º | 0.82% | 0.65% | - |
| XYZ | 17.62 | 29.3 | 5.95 | - |
| YUV | 126.28 | 73.66 | 98.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 166 | 30 | 0.49 | 0 | 0.82 | 0.35 | 95.74 | 0.69 | 0.38 |
| Hex | 55 | A6 | 1E | 31 | 0 | 52 | 23 | 60 | 45 | 26 |
| Octal | 125 | 246 | 36 | 61 | 0 | 122 | 43 | 140 | 105 | 46 |
| Binary | 1010101 | 10100110 | 11110 | 110001 | 0 | 1010010 | 100011 | 1100000 | 1000101 | 100110 |
Color Harmonies of #55A61E
Complementary color
Monochromatic Colors of #55A61E
Black with #55A61E
Text Example
Text Example
White with #55A61E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55A61E; }
p { color: rgb(85,166,30); }
H1.HeaderClassName
{
color: #55A61E;
}
.AnyTagClassName
{
color: #55A61E;
}
</style>
background-color css
<style>
a { background-color: #55A61E; }
a { background-color: rgb(85,166,30); }
div.DivClassName
{
background-color: #55A61E;
}
.BgClassName
{
background-color: #55A61E;
}
</style>
border-color css
<style>
span { border-color: #55A61E; }
span { border-color: rgb(85,166,30); }
td.TdClassName
{
border-color: #55A61E;
}
.TagClassName
{
border-color: #55A61E;
}
</style>