Shades of Lime Green #56DF2F
Tints of Lime Green #56DF2F
RGB
CMYK
RGB Variations
Color information
#56DF2F (or 0x56DF2F) is known color: Lime Green. HEX triplet: 56, DF and 2F. RGB value is (86,223,47). Sum of RGB (Red+Green+Blue) = 86+223+47=356 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.16% from 356); Green value is 223 (87.5% from 255 or 62.64% from 356); Blue value is 47 (18.75% from 255 or 13.20% from 356); Max value from RGB is 223 - color contains mainly: green. Hex color #56DF2F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #56DF2F is #A920D0. Grayscale: #A2A2A2. Windows color (decimal): -11083985 or 3137366. OLE color: 3137366.
HSL color Cylindrical-coordinate representation of color #56DF2F: hue angle of 106.7º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #56DF2F is Cyan = 0.61, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 86 | 223 | 47 | - |
| CMYK | 0.61 | 0 | 0.79 | 0.13 |
| HSL | 106.7º | 0.73% | 0.53% | - |
| HSV(B) | 106.7º | 0.79% | 0.87% | - |
| XYZ | 30.74 | 54.96 | 11.68 | - |
| YUV | 161.97 | 63.11 | 73.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 223 | 47 | 0.61 | 0 | 0.79 | 0.13 | 106.7 | 0.73 | 0.53 |
| Hex | 56 | DF | 2F | 3D | 0 | 4F | D | 6B | 49 | 35 |
| Octal | 126 | 337 | 57 | 75 | 0 | 117 | 15 | 153 | 111 | 65 |
| Binary | 1010110 | 11011111 | 101111 | 111101 | 0 | 1001111 | 1101 | 1101011 | 1001001 | 110101 |
Color Harmonies of #56DF2F
Complementary color
Monochromatic Colors of #56DF2F
Black with #56DF2F
Text Example
Text Example
White with #56DF2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56DF2F; }
p { color: rgb(86,223,47); }
H1.HeaderClassName
{
color: #56DF2F;
}
.AnyTagClassName
{
color: #56DF2F;
}
</style>
background-color css
<style>
a { background-color: #56DF2F; }
a { background-color: rgb(86,223,47); }
div.DivClassName
{
background-color: #56DF2F;
}
.BgClassName
{
background-color: #56DF2F;
}
</style>
border-color css
<style>
span { border-color: #56DF2F; }
span { border-color: rgb(86,223,47); }
td.TdClassName
{
border-color: #56DF2F;
}
.TagClassName
{
border-color: #56DF2F;
}
</style>