Shades of Lime Green #55DF3F
Tints of Lime Green #55DF3F
RGB
CMYK
RGB Variations
Color information
#55DF3F (or 0x55DF3F) is known color: Lime Green. HEX triplet: 55, DF and 3F. RGB value is (85,223,63). Sum of RGB (Red+Green+Blue) = 85+223+63=371 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.91% from 371); Green value is 223 (87.5% from 255 or 60.11% from 371); Blue value is 63 (25% from 255 or 16.98% from 371); Max value from RGB is 223 - color contains mainly: green. Hex color #55DF3F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55DF3F is #AA20C0. Grayscale: #A4A4A4. Windows color (decimal): -11149505 or 4185941. OLE color: 4185941.
HSL color Cylindrical-coordinate representation of color #55DF3F: hue angle of 111.75º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #55DF3F is Cyan = 0.62, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 223 | 63 | - |
| CMYK | 0.62 | 0 | 0.72 | 0.13 |
| HSL | 111.75º | 0.71% | 0.56% | - |
| HSV(B) | 111.75º | 0.72% | 0.87% | - |
| XYZ | 31.03 | 55.07 | 13.7 | - |
| YUV | 163.5 | 71.28 | 72.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 223 | 63 | 0.62 | 0 | 0.72 | 0.13 | 111.75 | 0.71 | 0.56 |
| Hex | 55 | DF | 3F | 3E | 0 | 48 | D | 70 | 47 | 38 |
| Octal | 125 | 337 | 77 | 76 | 0 | 110 | 15 | 160 | 107 | 70 |
| Binary | 1010101 | 11011111 | 111111 | 111110 | 0 | 1001000 | 1101 | 1110000 | 1000111 | 111000 |
Color Harmonies of #55DF3F
Complementary color
Monochromatic Colors of #55DF3F
Black with #55DF3F
Text Example
Text Example
White with #55DF3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55DF3F; }
p { color: rgb(85,223,63); }
H1.HeaderClassName
{
color: #55DF3F;
}
.AnyTagClassName
{
color: #55DF3F;
}
</style>
background-color css
<style>
a { background-color: #55DF3F; }
a { background-color: rgb(85,223,63); }
div.DivClassName
{
background-color: #55DF3F;
}
.BgClassName
{
background-color: #55DF3F;
}
</style>
border-color css
<style>
span { border-color: #55DF3F; }
span { border-color: rgb(85,223,63); }
td.TdClassName
{
border-color: #55DF3F;
}
.TagClassName
{
border-color: #55DF3F;
}
</style>