Shades of Lime Green #55DF2E
Tints of Lime Green #55DF2E
RGB
CMYK
RGB Variations
Color information
#55DF2E (or 0x55DF2E) is known color: Lime Green. HEX triplet: 55, DF and 2E. RGB value is (85,223,46). Sum of RGB (Red+Green+Blue) = 85+223+46=354 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.01% from 354); Green value is 223 (87.5% from 255 or 62.99% from 354); Blue value is 46 (18.36% from 255 or 12.99% from 354); Max value from RGB is 223 - color contains mainly: green. Hex color #55DF2E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55DF2E is #AA20D1. Grayscale: #A2A2A2. Windows color (decimal): -11149522 or 3071829. OLE color: 3071829.
HSL color Cylindrical-coordinate representation of color #55DF2E: hue angle of 106.78º degrees, saturation: 0.73, 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 #55DF2E is Cyan = 0.62, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 223 | 46 | - |
| CMYK | 0.62 | 0 | 0.79 | 0.13 |
| HSL | 106.78º | 0.73% | 0.53% | - |
| HSV(B) | 106.78º | 0.79% | 0.87% | - |
| XYZ | 30.63 | 54.9 | 11.57 | - |
| YUV | 161.56 | 62.78 | 73.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 223 | 46 | 0.62 | 0 | 0.79 | 0.13 | 106.78 | 0.73 | 0.53 |
| Hex | 55 | DF | 2E | 3E | 0 | 4F | D | 6B | 49 | 35 |
| Octal | 125 | 337 | 56 | 76 | 0 | 117 | 15 | 153 | 111 | 65 |
| Binary | 1010101 | 11011111 | 101110 | 111110 | 0 | 1001111 | 1101 | 1101011 | 1001001 | 110101 |
Color Harmonies of #55DF2E
Complementary color
Monochromatic Colors of #55DF2E
Black with #55DF2E
Text Example
Text Example
White with #55DF2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55DF2E; }
p { color: rgb(85,223,46); }
H1.HeaderClassName
{
color: #55DF2E;
}
.AnyTagClassName
{
color: #55DF2E;
}
</style>
background-color css
<style>
a { background-color: #55DF2E; }
a { background-color: rgb(85,223,46); }
div.DivClassName
{
background-color: #55DF2E;
}
.BgClassName
{
background-color: #55DF2E;
}
</style>
border-color css
<style>
span { border-color: #55DF2E; }
span { border-color: rgb(85,223,46); }
td.TdClassName
{
border-color: #55DF2E;
}
.TagClassName
{
border-color: #55DF2E;
}
</style>