Shades of Lime Green #55E23C
Tints of Lime Green #55E23C
RGB
CMYK
RGB Variations
Color information
#55E23C (or 0x55E23C) is known color: Lime Green. HEX triplet: 55, E2 and 3C. RGB value is (85,226,60). Sum of RGB (Red+Green+Blue) = 85+226+60=371 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.91% from 371); Green value is 226 (88.67% from 255 or 60.92% from 371); Blue value is 60 (23.83% from 255 or 16.17% from 371); Max value from RGB is 226 - color contains mainly: green. Hex color #55E23C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55E23C is #AA1DC3. Grayscale: #A5A5A5. Windows color (decimal): -11148740 or 3990101. OLE color: 3990101.
HSL color Cylindrical-coordinate representation of color #55E23C: hue angle of 110.96º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #55E23C is Cyan = 0.62, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 85 | 226 | 60 | - |
| CMYK | 0.62 | 0 | 0.73 | 0.11 |
| HSL | 110.96º | 0.74% | 0.56% | - |
| HSV(B) | 110.96º | 0.73% | 0.89% | - |
| XYZ | 31.76 | 56.65 | 13.54 | - |
| YUV | 164.92 | 68.79 | 71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 226 | 60 | 0.62 | 0 | 0.73 | 0.11 | 110.96 | 0.74 | 0.56 |
| Hex | 55 | E2 | 3C | 3E | 0 | 49 | B | 6F | 4A | 38 |
| Octal | 125 | 342 | 74 | 76 | 0 | 111 | 13 | 157 | 112 | 70 |
| Binary | 1010101 | 11100010 | 111100 | 111110 | 0 | 1001001 | 1011 | 1101111 | 1001010 | 111000 |
Color Harmonies of #55E23C
Complementary color
Monochromatic Colors of #55E23C
Black with #55E23C
Text Example
Text Example
White with #55E23C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55E23C; }
p { color: rgb(85,226,60); }
H1.HeaderClassName
{
color: #55E23C;
}
.AnyTagClassName
{
color: #55E23C;
}
</style>
background-color css
<style>
a { background-color: #55E23C; }
a { background-color: rgb(85,226,60); }
div.DivClassName
{
background-color: #55E23C;
}
.BgClassName
{
background-color: #55E23C;
}
</style>
border-color css
<style>
span { border-color: #55E23C; }
span { border-color: rgb(85,226,60); }
td.TdClassName
{
border-color: #55E23C;
}
.TagClassName
{
border-color: #55E23C;
}
</style>