Shades of Lime Green #55DD2F
Tints of Lime Green #55DD2F
RGB
CMYK
RGB Variations
Color information
#55DD2F (or 0x55DD2F) is known color: Lime Green. HEX triplet: 55, DD and 2F. RGB value is (85,221,47). Sum of RGB (Red+Green+Blue) = 85+221+47=353 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.08% from 353); Green value is 221 (86.72% from 255 or 62.61% from 353); Blue value is 47 (18.75% from 255 or 13.31% from 353); Max value from RGB is 221 - color contains mainly: green. Hex color #55DD2F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55DD2F is #AA22D0. Grayscale: #A1A1A1. Windows color (decimal): -11150033 or 3136853. OLE color: 3136853.
HSL color Cylindrical-coordinate representation of color #55DD2F: hue angle of 106.9º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #55DD2F is Cyan = 0.62, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 221 | 47 | - |
| CMYK | 0.62 | 0 | 0.79 | 0.13 |
| HSL | 106.9º | 0.72% | 0.53% | - |
| HSV(B) | 106.9º | 0.79% | 0.87% | - |
| XYZ | 30.12 | 53.85 | 11.5 | - |
| YUV | 160.5 | 63.94 | 74.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 221 | 47 | 0.62 | 0 | 0.79 | 0.13 | 106.9 | 0.72 | 0.53 |
| Hex | 55 | DD | 2F | 3E | 0 | 4F | D | 6B | 48 | 35 |
| Octal | 125 | 335 | 57 | 76 | 0 | 117 | 15 | 153 | 110 | 65 |
| Binary | 1010101 | 11011101 | 101111 | 111110 | 0 | 1001111 | 1101 | 1101011 | 1001000 | 110101 |
Color Harmonies of #55DD2F
Complementary color
Monochromatic Colors of #55DD2F
Black with #55DD2F
Text Example
Text Example
White with #55DD2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55DD2F; }
p { color: rgb(85,221,47); }
H1.HeaderClassName
{
color: #55DD2F;
}
.AnyTagClassName
{
color: #55DD2F;
}
</style>
background-color css
<style>
a { background-color: #55DD2F; }
a { background-color: rgb(85,221,47); }
div.DivClassName
{
background-color: #55DD2F;
}
.BgClassName
{
background-color: #55DD2F;
}
</style>
border-color css
<style>
span { border-color: #55DD2F; }
span { border-color: rgb(85,221,47); }
td.TdClassName
{
border-color: #55DD2F;
}
.TagClassName
{
border-color: #55DD2F;
}
</style>