Shades of Lime Green #55E23F
Tints of Lime Green #55E23F
RGB
CMYK
RGB Variations
Color information
#55E23F (or 0x55E23F) is known color: Lime Green. HEX triplet: 55, E2 and 3F. RGB value is (85,226,63). Sum of RGB (Red+Green+Blue) = 85+226+63=374 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.73% from 374); Green value is 226 (88.67% from 255 or 60.43% from 374); Blue value is 63 (25% from 255 or 16.84% from 374); Max value from RGB is 226 - color contains mainly: green. Hex color #55E23F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55E23F is #AA1DC0. Grayscale: #A5A5A5. Windows color (decimal): -11148737 or 4186709. OLE color: 4186709.
HSL color Cylindrical-coordinate representation of color #55E23F: hue angle of 111.9º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #55E23F is Cyan = 0.62, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 85 | 226 | 63 | - |
| CMYK | 0.62 | 0 | 0.72 | 0.11 |
| HSL | 111.9º | 0.74% | 0.57% | - |
| HSV(B) | 111.9º | 0.72% | 0.89% | - |
| XYZ | 31.84 | 56.68 | 13.97 | - |
| YUV | 165.26 | 70.29 | 70.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 226 | 63 | 0.62 | 0 | 0.72 | 0.11 | 111.9 | 0.74 | 0.57 |
| Hex | 55 | E2 | 3F | 3E | 0 | 48 | B | 70 | 4A | 39 |
| Octal | 125 | 342 | 77 | 76 | 0 | 110 | 13 | 160 | 112 | 71 |
| Binary | 1010101 | 11100010 | 111111 | 111110 | 0 | 1001000 | 1011 | 1110000 | 1001010 | 111001 |
Color Harmonies of #55E23F
Complementary color
Monochromatic Colors of #55E23F
Black with #55E23F
Text Example
Text Example
White with #55E23F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55E23F; }
p { color: rgb(85,226,63); }
H1.HeaderClassName
{
color: #55E23F;
}
.AnyTagClassName
{
color: #55E23F;
}
</style>
background-color css
<style>
a { background-color: #55E23F; }
a { background-color: rgb(85,226,63); }
div.DivClassName
{
background-color: #55E23F;
}
.BgClassName
{
background-color: #55E23F;
}
</style>
border-color css
<style>
span { border-color: #55E23F; }
span { border-color: rgb(85,226,63); }
td.TdClassName
{
border-color: #55E23F;
}
.TagClassName
{
border-color: #55E23F;
}
</style>