Shades of Lime Green #55EB2D
Tints of Lime Green #55EB2D
RGB
CMYK
RGB Variations
Color information
#55EB2D (or 0x55EB2D) is known color: Lime Green. HEX triplet: 55, EB and 2D. RGB value is (85,235,45). Sum of RGB (Red+Green+Blue) = 85+235+45=365 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.29% from 365); Green value is 235 (92.19% from 255 or 64.38% from 365); Blue value is 45 (17.97% from 255 or 12.33% from 365); Max value from RGB is 235 - color contains mainly: green. Hex color #55EB2D is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #55EB2D is #AA14D2. Grayscale: #A9A9A9. Windows color (decimal): -11146451 or 3009365. OLE color: 3009365.
HSL color Cylindrical-coordinate representation of color #55EB2D: hue angle of 107.37º 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 #55EB2D is Cyan = 0.64, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 85 | 235 | 45 | - |
| CMYK | 0.64 | 0 | 0.81 | 0.08 |
| HSL | 107.37º | 0.83% | 0.55% | - |
| HSV(B) | 107.37º | 0.81% | 0.92% | - |
| XYZ | 33.93 | 61.54 | 12.57 | - |
| YUV | 168.49 | 58.31 | 68.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 235 | 45 | 0.64 | 0 | 0.81 | 0.08 | 107.37 | 0.83 | 0.55 |
| Hex | 55 | EB | 2D | 40 | 0 | 51 | 8 | 6B | 53 | 37 |
| Octal | 125 | 353 | 55 | 100 | 0 | 121 | 10 | 153 | 123 | 67 |
| Binary | 1010101 | 11101011 | 101101 | 1000000 | 0 | 1010001 | 1000 | 1101011 | 1010011 | 110111 |
Color Harmonies of #55EB2D
Complementary color
Monochromatic Colors of #55EB2D
Black with #55EB2D
Text Example
Text Example
White with #55EB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55EB2D; }
p { color: rgb(85,235,45); }
H1.HeaderClassName
{
color: #55EB2D;
}
.AnyTagClassName
{
color: #55EB2D;
}
</style>
background-color css
<style>
a { background-color: #55EB2D; }
a { background-color: rgb(85,235,45); }
div.DivClassName
{
background-color: #55EB2D;
}
.BgClassName
{
background-color: #55EB2D;
}
</style>
border-color css
<style>
span { border-color: #55EB2D; }
span { border-color: rgb(85,235,45); }
td.TdClassName
{
border-color: #55EB2D;
}
.TagClassName
{
border-color: #55EB2D;
}
</style>