Shades of Lime Green #56DF3A
Tints of Lime Green #56DF3A
RGB
CMYK
RGB Variations
Color information
#56DF3A (or 0x56DF3A) is known color: Lime Green. HEX triplet: 56, DF and 3A. RGB value is (86,223,58). Sum of RGB (Red+Green+Blue) = 86+223+58=367 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.43% from 367); Green value is 223 (87.5% from 255 or 60.76% from 367); Blue value is 58 (23.05% from 255 or 15.80% from 367); Max value from RGB is 223 - color contains mainly: green. Hex color #56DF3A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #56DF3A is #A920C5. Grayscale: #A3A3A3. Windows color (decimal): -11083974 or 3858262. OLE color: 3858262.
HSL color Cylindrical-coordinate representation of color #56DF3A: hue angle of 109.82º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #56DF3A is Cyan = 0.61, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 86 | 223 | 58 | - |
| CMYK | 0.61 | 0 | 0.74 | 0.13 |
| HSL | 109.82º | 0.72% | 0.55% | - |
| HSV(B) | 109.82º | 0.74% | 0.87% | - |
| XYZ | 30.99 | 55.06 | 13 | - |
| YUV | 163.23 | 68.61 | 72.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 223 | 58 | 0.61 | 0 | 0.74 | 0.13 | 109.82 | 0.72 | 0.55 |
| Hex | 56 | DF | 3A | 3D | 0 | 4A | D | 6E | 48 | 37 |
| Octal | 126 | 337 | 72 | 75 | 0 | 112 | 15 | 156 | 110 | 67 |
| Binary | 1010110 | 11011111 | 111010 | 111101 | 0 | 1001010 | 1101 | 1101110 | 1001000 | 110111 |
Color Harmonies of #56DF3A
Complementary color
Monochromatic Colors of #56DF3A
Black with #56DF3A
Text Example
Text Example
White with #56DF3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56DF3A; }
p { color: rgb(86,223,58); }
H1.HeaderClassName
{
color: #56DF3A;
}
.AnyTagClassName
{
color: #56DF3A;
}
</style>
background-color css
<style>
a { background-color: #56DF3A; }
a { background-color: rgb(86,223,58); }
div.DivClassName
{
background-color: #56DF3A;
}
.BgClassName
{
background-color: #56DF3A;
}
</style>
border-color css
<style>
span { border-color: #56DF3A; }
span { border-color: rgb(86,223,58); }
td.TdClassName
{
border-color: #56DF3A;
}
.TagClassName
{
border-color: #56DF3A;
}
</style>