Shades of Lime Green #55E339
Tints of Lime Green #55E339
RGB
CMYK
RGB Variations
Color information
#55E339 (or 0x55E339) is known color: Lime Green. HEX triplet: 55, E3 and 39. RGB value is (85,227,57). Sum of RGB (Red+Green+Blue) = 85+227+57=369 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.04% from 369); Green value is 227 (89.06% from 255 or 61.52% from 369); Blue value is 57 (22.66% from 255 or 15.45% from 369); Max value from RGB is 227 - color contains mainly: green. Hex color #55E339 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55E339 is #AA1CC6. Grayscale: #A5A5A5. Windows color (decimal): -11148487 or 3793749. OLE color: 3793749.
HSL color Cylindrical-coordinate representation of color #55E339: hue angle of 110.12º degrees, saturation: 0.75, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #55E339 is Cyan = 0.63, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 85 | 227 | 57 | - |
| CMYK | 0.63 | 0 | 0.75 | 0.11 |
| HSL | 110.12º | 0.75% | 0.56% | - |
| HSV(B) | 110.12º | 0.75% | 0.89% | - |
| XYZ | 31.95 | 57.16 | 13.22 | - |
| YUV | 165.16 | 66.96 | 70.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 227 | 57 | 0.63 | 0 | 0.75 | 0.11 | 110.12 | 0.75 | 0.56 |
| Hex | 55 | E3 | 39 | 3F | 0 | 4B | B | 6E | 4B | 38 |
| Octal | 125 | 343 | 71 | 77 | 0 | 113 | 13 | 156 | 113 | 70 |
| Binary | 1010101 | 11100011 | 111001 | 111111 | 0 | 1001011 | 1011 | 1101110 | 1001011 | 111000 |
Color Harmonies of #55E339
Complementary color
Monochromatic Colors of #55E339
Black with #55E339
Text Example
Text Example
White with #55E339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55E339; }
p { color: rgb(85,227,57); }
H1.HeaderClassName
{
color: #55E339;
}
.AnyTagClassName
{
color: #55E339;
}
</style>
background-color css
<style>
a { background-color: #55E339; }
a { background-color: rgb(85,227,57); }
div.DivClassName
{
background-color: #55E339;
}
.BgClassName
{
background-color: #55E339;
}
</style>
border-color css
<style>
span { border-color: #55E339; }
span { border-color: rgb(85,227,57); }
td.TdClassName
{
border-color: #55E339;
}
.TagClassName
{
border-color: #55E339;
}
</style>