Shades of Lime Green #55DA3C
Tints of Lime Green #55DA3C
RGB
CMYK
RGB Variations
Color information
#55DA3C (or 0x55DA3C) is known color: Lime Green. HEX triplet: 55, DA and 3C. RGB value is (85,218,60). Sum of RGB (Red+Green+Blue) = 85+218+60=363 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.42% from 363); Green value is 218 (85.55% from 255 or 60.06% from 363); Blue value is 60 (23.83% from 255 or 16.53% from 363); Max value from RGB is 218 - color contains mainly: green. Hex color #55DA3C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55DA3C is #AA25C3. Grayscale: #A0A0A0. Windows color (decimal): -11150788 or 3988053. OLE color: 3988053.
HSL color Cylindrical-coordinate representation of color #55DA3C: hue angle of 110.51º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #55DA3C is Cyan = 0.61, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 85 | 218 | 60 | - |
| CMYK | 0.61 | 0 | 0.72 | 0.15 |
| HSL | 110.51º | 0.68% | 0.55% | - |
| HSV(B) | 110.51º | 0.72% | 0.85% | - |
| XYZ | 29.63 | 52.4 | 12.83 | - |
| YUV | 160.22 | 71.44 | 74.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 218 | 60 | 0.61 | 0 | 0.72 | 0.15 | 110.51 | 0.68 | 0.55 |
| Hex | 55 | DA | 3C | 3D | 0 | 48 | F | 6F | 44 | 37 |
| Octal | 125 | 332 | 74 | 75 | 0 | 110 | 17 | 157 | 104 | 67 |
| Binary | 1010101 | 11011010 | 111100 | 111101 | 0 | 1001000 | 1111 | 1101111 | 1000100 | 110111 |
Color Harmonies of #55DA3C
Complementary color
Monochromatic Colors of #55DA3C
Black with #55DA3C
Text Example
Text Example
White with #55DA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55DA3C; }
p { color: rgb(85,218,60); }
H1.HeaderClassName
{
color: #55DA3C;
}
.AnyTagClassName
{
color: #55DA3C;
}
</style>
background-color css
<style>
a { background-color: #55DA3C; }
a { background-color: rgb(85,218,60); }
div.DivClassName
{
background-color: #55DA3C;
}
.BgClassName
{
background-color: #55DA3C;
}
</style>
border-color css
<style>
span { border-color: #55DA3C; }
span { border-color: rgb(85,218,60); }
td.TdClassName
{
border-color: #55DA3C;
}
.TagClassName
{
border-color: #55DA3C;
}
</style>