Shades of Lime Green #55DF47
Tints of Lime Green #55DF47
RGB
CMYK
RGB Variations
Color information
#55DF47 (or 0x55DF47) is known color: Lime Green. HEX triplet: 55, DF and 47. RGB value is (85,223,71). Sum of RGB (Red+Green+Blue) = 85+223+71=379 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.43% from 379); Green value is 223 (87.5% from 255 or 58.84% from 379); Blue value is 71 (28.12% from 255 or 18.73% from 379); Max value from RGB is 223 - color contains mainly: green. Hex color #55DF47 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55DF47 is #AA20B8. Grayscale: #A4A4A4. Windows color (decimal): -11149497 or 4710229. OLE color: 4710229.
HSL color Cylindrical-coordinate representation of color #55DF47: hue angle of 114.47º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #55DF47 is Cyan = 0.62, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 223 | 71 | - |
| CMYK | 0.62 | 0 | 0.68 | 0.13 |
| HSL | 114.47º | 0.7% | 0.58% | - |
| HSV(B) | 114.47º | 0.68% | 0.87% | - |
| XYZ | 31.27 | 55.16 | 14.96 | - |
| YUV | 164.41 | 75.28 | 71.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 223 | 71 | 0.62 | 0 | 0.68 | 0.13 | 114.47 | 0.7 | 0.58 |
| Hex | 55 | DF | 47 | 3E | 0 | 44 | D | 72 | 46 | 3A |
| Octal | 125 | 337 | 107 | 76 | 0 | 104 | 15 | 162 | 106 | 72 |
| Binary | 1010101 | 11011111 | 1000111 | 111110 | 0 | 1000100 | 1101 | 1110010 | 1000110 | 111010 |
Color Harmonies of #55DF47
Complementary color
Monochromatic Colors of #55DF47
Black with #55DF47
Text Example
Text Example
White with #55DF47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55DF47; }
p { color: rgb(85,223,71); }
H1.HeaderClassName
{
color: #55DF47;
}
.AnyTagClassName
{
color: #55DF47;
}
</style>
background-color css
<style>
a { background-color: #55DF47; }
a { background-color: rgb(85,223,71); }
div.DivClassName
{
background-color: #55DF47;
}
.BgClassName
{
background-color: #55DF47;
}
</style>
border-color css
<style>
span { border-color: #55DF47; }
span { border-color: rgb(85,223,71); }
td.TdClassName
{
border-color: #55DF47;
}
.TagClassName
{
border-color: #55DF47;
}
</style>