Shades of Lime Green #55D734
Tints of Lime Green #55D734
RGB
CMYK
RGB Variations
Color information
#55D734 (or 0x55D734) is known color: Lime Green. HEX triplet: 55, D7 and 34. RGB value is (85,215,52). Sum of RGB (Red+Green+Blue) = 85+215+52=352 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.15% from 352); Green value is 215 (84.38% from 255 or 61.08% from 352); Blue value is 52 (20.70% from 255 or 14.77% from 352); Max value from RGB is 215 - color contains mainly: green. Hex color #55D734 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55D734 is #AA28CB. Grayscale: #9E9E9E. Windows color (decimal): -11151564 or 3462997. OLE color: 3462997.
HSL color Cylindrical-coordinate representation of color #55D734: hue angle of 107.85º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #55D734 is Cyan = 0.60, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 85 | 215 | 52 | - |
| CMYK | 0.60 | 0 | 0.76 | 0.16 |
| HSL | 107.85º | 0.67% | 0.52% | - |
| HSV(B) | 107.85º | 0.76% | 0.84% | - |
| XYZ | 28.67 | 50.78 | 11.54 | - |
| YUV | 157.55 | 68.43 | 76.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 215 | 52 | 0.60 | 0 | 0.76 | 0.16 | 107.85 | 0.67 | 0.52 |
| Hex | 55 | D7 | 34 | 3C | 0 | 4C | 10 | 6C | 43 | 34 |
| Octal | 125 | 327 | 64 | 74 | 0 | 114 | 20 | 154 | 103 | 64 |
| Binary | 1010101 | 11010111 | 110100 | 111100 | 0 | 1001100 | 10000 | 1101100 | 1000011 | 110100 |
Color Harmonies of #55D734
Complementary color
Monochromatic Colors of #55D734
Black with #55D734
Text Example
Text Example
White with #55D734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D734; }
p { color: rgb(85,215,52); }
H1.HeaderClassName
{
color: #55D734;
}
.AnyTagClassName
{
color: #55D734;
}
</style>
background-color css
<style>
a { background-color: #55D734; }
a { background-color: rgb(85,215,52); }
div.DivClassName
{
background-color: #55D734;
}
.BgClassName
{
background-color: #55D734;
}
</style>
border-color css
<style>
span { border-color: #55D734; }
span { border-color: rgb(85,215,52); }
td.TdClassName
{
border-color: #55D734;
}
.TagClassName
{
border-color: #55D734;
}
</style>