Shades of Lime Green #55E239
Tints of Lime Green #55E239
RGB
CMYK
RGB Variations
Color information
#55E239 (or 0x55E239) is known color: Lime Green. HEX triplet: 55, E2 and 39. RGB value is (85,226,57). Sum of RGB (Red+Green+Blue) = 85+226+57=368 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.10% from 368); Green value is 226 (88.67% from 255 or 61.41% from 368); Blue value is 57 (22.66% from 255 or 15.49% from 368); Max value from RGB is 226 - color contains mainly: green. Hex color #55E239 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55E239 is #AA1DC6. Grayscale: #A5A5A5. Windows color (decimal): -11148743 or 3793493. OLE color: 3793493.
HSL color Cylindrical-coordinate representation of color #55E239: hue angle of 110.06º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #55E239 is Cyan = 0.62, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 85 | 226 | 57 | - |
| CMYK | 0.62 | 0 | 0.75 | 0.11 |
| HSL | 110.06º | 0.74% | 0.55% | - |
| HSV(B) | 110.06º | 0.75% | 0.89% | - |
| XYZ | 31.68 | 56.62 | 13.13 | - |
| YUV | 164.58 | 67.29 | 71.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 226 | 57 | 0.62 | 0 | 0.75 | 0.11 | 110.06 | 0.74 | 0.55 |
| Hex | 55 | E2 | 39 | 3E | 0 | 4B | B | 6E | 4A | 37 |
| Octal | 125 | 342 | 71 | 76 | 0 | 113 | 13 | 156 | 112 | 67 |
| Binary | 1010101 | 11100010 | 111001 | 111110 | 0 | 1001011 | 1011 | 1101110 | 1001010 | 110111 |
Color Harmonies of #55E239
Complementary color
Monochromatic Colors of #55E239
Black with #55E239
Text Example
Text Example
White with #55E239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55E239; }
p { color: rgb(85,226,57); }
H1.HeaderClassName
{
color: #55E239;
}
.AnyTagClassName
{
color: #55E239;
}
</style>
background-color css
<style>
a { background-color: #55E239; }
a { background-color: rgb(85,226,57); }
div.DivClassName
{
background-color: #55E239;
}
.BgClassName
{
background-color: #55E239;
}
</style>
border-color css
<style>
span { border-color: #55E239; }
span { border-color: rgb(85,226,57); }
td.TdClassName
{
border-color: #55E239;
}
.TagClassName
{
border-color: #55E239;
}
</style>