Shades of Lime Green #55E740
Tints of Lime Green #55E740
RGB
CMYK
RGB Variations
Color information
#55E740 (or 0x55E740) is known color: Lime Green. HEX triplet: 55, E7 and 40. RGB value is (85,231,64). Sum of RGB (Red+Green+Blue) = 85+231+64=380 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.37% from 380); Green value is 231 (90.62% from 255 or 60.79% from 380); Blue value is 64 (25.39% from 255 or 16.84% from 380); Max value from RGB is 231 - color contains mainly: green. Hex color #55E740 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #55E740 is #AA18BF. Grayscale: #A8A8A8. Windows color (decimal): -11147456 or 4253525. OLE color: 4253525.
HSL color Cylindrical-coordinate representation of color #55E740: hue angle of 112.46º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #55E740 is Cyan = 0.63, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 85 | 231 | 64 | - |
| CMYK | 0.63 | 0 | 0.72 | 0.09 |
| HSL | 112.46º | 0.78% | 0.58% | - |
| HSV(B) | 112.46º | 0.72% | 0.91% | - |
| XYZ | 33.25 | 59.45 | 14.57 | - |
| YUV | 168.31 | 69.13 | 68.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 231 | 64 | 0.63 | 0 | 0.72 | 0.09 | 112.46 | 0.78 | 0.58 |
| Hex | 55 | E7 | 40 | 3F | 0 | 48 | 9 | 70 | 4E | 3A |
| Octal | 125 | 347 | 100 | 77 | 0 | 110 | 11 | 160 | 116 | 72 |
| Binary | 1010101 | 11100111 | 1000000 | 111111 | 0 | 1001000 | 1001 | 1110000 | 1001110 | 111010 |
Color Harmonies of #55E740
Complementary color
Monochromatic Colors of #55E740
Black with #55E740
Text Example
Text Example
White with #55E740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55E740; }
p { color: rgb(85,231,64); }
H1.HeaderClassName
{
color: #55E740;
}
.AnyTagClassName
{
color: #55E740;
}
</style>
background-color css
<style>
a { background-color: #55E740; }
a { background-color: rgb(85,231,64); }
div.DivClassName
{
background-color: #55E740;
}
.BgClassName
{
background-color: #55E740;
}
</style>
border-color css
<style>
span { border-color: #55E740; }
span { border-color: rgb(85,231,64); }
td.TdClassName
{
border-color: #55E740;
}
.TagClassName
{
border-color: #55E740;
}
</style>