Shades of Lime Green #55DC30
Tints of Lime Green #55DC30
RGB
CMYK
RGB Variations
Color information
#55DC30 (or 0x55DC30) is known color: Lime Green. HEX triplet: 55, DC and 30. RGB value is (85,220,48). Sum of RGB (Red+Green+Blue) = 85+220+48=353 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.08% from 353); Green value is 220 (86.33% from 255 or 62.32% from 353); Blue value is 48 (19.14% from 255 or 13.60% from 353); Max value from RGB is 220 - color contains mainly: green. Hex color #55DC30 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55DC30 is #AA23CF. Grayscale: #A0A0A0. Windows color (decimal): -11150288 or 3202133. OLE color: 3202133.
HSL color Cylindrical-coordinate representation of color #55DC30: hue angle of 107.09º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #55DC30 is Cyan = 0.61, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 85 | 220 | 48 | - |
| CMYK | 0.61 | 0 | 0.78 | 0.14 |
| HSL | 107.09º | 0.71% | 0.53% | - |
| HSV(B) | 107.09º | 0.78% | 0.86% | - |
| XYZ | 29.87 | 53.33 | 11.52 | - |
| YUV | 160.03 | 64.77 | 74.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 220 | 48 | 0.61 | 0 | 0.78 | 0.14 | 107.09 | 0.71 | 0.53 |
| Hex | 55 | DC | 30 | 3D | 0 | 4E | E | 6B | 47 | 35 |
| Octal | 125 | 334 | 60 | 75 | 0 | 116 | 16 | 153 | 107 | 65 |
| Binary | 1010101 | 11011100 | 110000 | 111101 | 0 | 1001110 | 1110 | 1101011 | 1000111 | 110101 |
Color Harmonies of #55DC30
Complementary color
Monochromatic Colors of #55DC30
Black with #55DC30
Text Example
Text Example
White with #55DC30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55DC30; }
p { color: rgb(85,220,48); }
H1.HeaderClassName
{
color: #55DC30;
}
.AnyTagClassName
{
color: #55DC30;
}
</style>
background-color css
<style>
a { background-color: #55DC30; }
a { background-color: rgb(85,220,48); }
div.DivClassName
{
background-color: #55DC30;
}
.BgClassName
{
background-color: #55DC30;
}
</style>
border-color css
<style>
span { border-color: #55DC30; }
span { border-color: rgb(85,220,48); }
td.TdClassName
{
border-color: #55DC30;
}
.TagClassName
{
border-color: #55DC30;
}
</style>