Shades of Lime Green #55E641
Tints of Lime Green #55E641
RGB
CMYK
RGB Variations
Color information
#55E641 (or 0x55E641) is known color: Lime Green. HEX triplet: 55, E6 and 41. RGB value is (85,230,65). Sum of RGB (Red+Green+Blue) = 85+230+65=380 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.37% from 380); Green value is 230 (90.23% from 255 or 60.53% from 380); Blue value is 65 (25.78% from 255 or 17.11% from 380); Max value from RGB is 230 - color contains mainly: green. Hex color #55E641 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #55E641 is #AA19BE. Grayscale: #A8A8A8. Windows color (decimal): -11147711 or 4318805. OLE color: 4318805.
HSL color Cylindrical-coordinate representation of color #55E641: hue angle of 112.73º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #55E641 is Cyan = 0.63, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 85 | 230 | 65 | - |
| CMYK | 0.63 | 0 | 0.72 | 0.10 |
| HSL | 112.73º | 0.77% | 0.58% | - |
| HSV(B) | 112.73º | 0.72% | 0.9% | - |
| XYZ | 33 | 58.91 | 14.63 | - |
| YUV | 167.84 | 69.96 | 68.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 230 | 65 | 0.63 | 0 | 0.72 | 0.10 | 112.73 | 0.77 | 0.58 |
| Hex | 55 | E6 | 41 | 3F | 0 | 48 | A | 71 | 4D | 3A |
| Octal | 125 | 346 | 101 | 77 | 0 | 110 | 12 | 161 | 115 | 72 |
| Binary | 1010101 | 11100110 | 1000001 | 111111 | 0 | 1001000 | 1010 | 1110001 | 1001101 | 111010 |
Color Harmonies of #55E641
Complementary color
Monochromatic Colors of #55E641
Black with #55E641
Text Example
Text Example
White with #55E641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55E641; }
p { color: rgb(85,230,65); }
H1.HeaderClassName
{
color: #55E641;
}
.AnyTagClassName
{
color: #55E641;
}
</style>
background-color css
<style>
a { background-color: #55E641; }
a { background-color: rgb(85,230,65); }
div.DivClassName
{
background-color: #55E641;
}
.BgClassName
{
background-color: #55E641;
}
</style>
border-color css
<style>
span { border-color: #55E641; }
span { border-color: rgb(85,230,65); }
td.TdClassName
{
border-color: #55E641;
}
.TagClassName
{
border-color: #55E641;
}
</style>