Shades of Lime Green #55EB2C
Tints of Lime Green #55EB2C
RGB
CMYK
RGB Variations
Color information
#55EB2C (or 0x55EB2C) is known color: Lime Green. HEX triplet: 55, EB and 2C. RGB value is (85,235,44). Sum of RGB (Red+Green+Blue) = 85+235+44=364 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.35% from 364); Green value is 235 (92.19% from 255 or 64.56% from 364); Blue value is 44 (17.58% from 255 or 12.09% from 364); Max value from RGB is 235 - color contains mainly: green. Hex color #55EB2C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #55EB2C is #AA14D3. Grayscale: #A8A8A8. Windows color (decimal): -11146452 or 2943829. OLE color: 2943829.
HSL color Cylindrical-coordinate representation of color #55EB2C: hue angle of 107.12º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #55EB2C is Cyan = 0.64, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 85 | 235 | 44 | - |
| CMYK | 0.64 | 0 | 0.81 | 0.08 |
| HSL | 107.12º | 0.83% | 0.55% | - |
| HSV(B) | 107.12º | 0.81% | 0.92% | - |
| XYZ | 33.91 | 61.53 | 12.47 | - |
| YUV | 168.38 | 57.81 | 68.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 235 | 44 | 0.64 | 0 | 0.81 | 0.08 | 107.12 | 0.83 | 0.55 |
| Hex | 55 | EB | 2C | 40 | 0 | 51 | 8 | 6B | 53 | 37 |
| Octal | 125 | 353 | 54 | 100 | 0 | 121 | 10 | 153 | 123 | 67 |
| Binary | 1010101 | 11101011 | 101100 | 1000000 | 0 | 1010001 | 1000 | 1101011 | 1010011 | 110111 |
Color Harmonies of #55EB2C
Complementary color
Monochromatic Colors of #55EB2C
Black with #55EB2C
Text Example
Text Example
White with #55EB2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55EB2C; }
p { color: rgb(85,235,44); }
H1.HeaderClassName
{
color: #55EB2C;
}
.AnyTagClassName
{
color: #55EB2C;
}
</style>
background-color css
<style>
a { background-color: #55EB2C; }
a { background-color: rgb(85,235,44); }
div.DivClassName
{
background-color: #55EB2C;
}
.BgClassName
{
background-color: #55EB2C;
}
</style>
border-color css
<style>
span { border-color: #55EB2C; }
span { border-color: rgb(85,235,44); }
td.TdClassName
{
border-color: #55EB2C;
}
.TagClassName
{
border-color: #55EB2C;
}
</style>