Shades of Lime Green #55D634
Tints of Lime Green #55D634
RGB
CMYK
RGB Variations
Color information
#55D634 (or 0x55D634) is known color: Lime Green. HEX triplet: 55, D6 and 34. RGB value is (85,214,52). Sum of RGB (Red+Green+Blue) = 85+214+52=351 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.22% from 351); Green value is 214 (83.98% from 255 or 60.97% from 351); Blue value is 52 (20.70% from 255 or 14.81% from 351); Max value from RGB is 214 - color contains mainly: green. Hex color #55D634 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55D634 is #AA29CB. Grayscale: #9D9D9D. Windows color (decimal): -11151820 or 3462741. OLE color: 3462741.
HSL color Cylindrical-coordinate representation of color #55D634: hue angle of 107.78º degrees, saturation: 0.66, 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 #55D634 is Cyan = 0.60, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 85 | 214 | 52 | - |
| CMYK | 0.60 | 0 | 0.76 | 0.16 |
| HSL | 107.78º | 0.66% | 0.52% | - |
| HSV(B) | 107.78º | 0.76% | 0.84% | - |
| XYZ | 28.41 | 50.27 | 11.45 | - |
| YUV | 156.96 | 68.76 | 76.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 214 | 52 | 0.60 | 0 | 0.76 | 0.16 | 107.78 | 0.66 | 0.52 |
| Hex | 55 | D6 | 34 | 3C | 0 | 4C | 10 | 6C | 42 | 34 |
| Octal | 125 | 326 | 64 | 74 | 0 | 114 | 20 | 154 | 102 | 64 |
| Binary | 1010101 | 11010110 | 110100 | 111100 | 0 | 1001100 | 10000 | 1101100 | 1000010 | 110100 |
Color Harmonies of #55D634
Complementary color
Monochromatic Colors of #55D634
Black with #55D634
Text Example
Text Example
White with #55D634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55D634; }
p { color: rgb(85,214,52); }
H1.HeaderClassName
{
color: #55D634;
}
.AnyTagClassName
{
color: #55D634;
}
</style>
background-color css
<style>
a { background-color: #55D634; }
a { background-color: rgb(85,214,52); }
div.DivClassName
{
background-color: #55D634;
}
.BgClassName
{
background-color: #55D634;
}
</style>
border-color css
<style>
span { border-color: #55D634; }
span { border-color: rgb(85,214,52); }
td.TdClassName
{
border-color: #55D634;
}
.TagClassName
{
border-color: #55D634;
}
</style>