Shades of Lime Green #55DF34
Tints of Lime Green #55DF34
RGB
CMYK
RGB Variations
Color information
#55DF34 (or 0x55DF34) is known color: Lime Green. HEX triplet: 55, DF and 34. RGB value is (85,223,52). Sum of RGB (Red+Green+Blue) = 85+223+52=360 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.61% from 360); Green value is 223 (87.5% from 255 or 61.94% from 360); Blue value is 52 (20.70% from 255 or 14.44% from 360); Max value from RGB is 223 - color contains mainly: green. Hex color #55DF34 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55DF34 is #AA20CB. Grayscale: #A2A2A2. Windows color (decimal): -11149516 or 3465045. OLE color: 3465045.
HSL color Cylindrical-coordinate representation of color #55DF34: hue angle of 108.42º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #55DF34 is Cyan = 0.62, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 223 | 52 | - |
| CMYK | 0.62 | 0 | 0.77 | 0.13 |
| HSL | 108.42º | 0.73% | 0.54% | - |
| HSV(B) | 108.42º | 0.77% | 0.87% | - |
| XYZ | 30.75 | 54.95 | 12.24 | - |
| YUV | 162.24 | 65.78 | 72.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 223 | 52 | 0.62 | 0 | 0.77 | 0.13 | 108.42 | 0.73 | 0.54 |
| Hex | 55 | DF | 34 | 3E | 0 | 4D | D | 6C | 49 | 36 |
| Octal | 125 | 337 | 64 | 76 | 0 | 115 | 15 | 154 | 111 | 66 |
| Binary | 1010101 | 11011111 | 110100 | 111110 | 0 | 1001101 | 1101 | 1101100 | 1001001 | 110110 |
Color Harmonies of #55DF34
Complementary color
Monochromatic Colors of #55DF34
Black with #55DF34
Text Example
Text Example
White with #55DF34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55DF34; }
p { color: rgb(85,223,52); }
H1.HeaderClassName
{
color: #55DF34;
}
.AnyTagClassName
{
color: #55DF34;
}
</style>
background-color css
<style>
a { background-color: #55DF34; }
a { background-color: rgb(85,223,52); }
div.DivClassName
{
background-color: #55DF34;
}
.BgClassName
{
background-color: #55DF34;
}
</style>
border-color css
<style>
span { border-color: #55DF34; }
span { border-color: rgb(85,223,52); }
td.TdClassName
{
border-color: #55DF34;
}
.TagClassName
{
border-color: #55DF34;
}
</style>