Shades of Lime Green #56E030
Tints of Lime Green #56E030
RGB
CMYK
RGB Variations
Color information
#56E030 (or 0x56E030) is known color: Lime Green. HEX triplet: 56, E0 and 30. RGB value is (86,224,48). Sum of RGB (Red+Green+Blue) = 86+224+48=358 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.02% from 358); Green value is 224 (87.89% from 255 or 62.57% from 358); Blue value is 48 (19.14% from 255 or 13.41% from 358); Max value from RGB is 224 - color contains mainly: green. Hex color #56E030 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #56E030 is #A91FCF. Grayscale: #A3A3A3. Windows color (decimal): -11083728 or 3203158. OLE color: 3203158.
HSL color Cylindrical-coordinate representation of color #56E030: hue angle of 107.05º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #56E030 is Cyan = 0.62, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 86 | 224 | 48 | - |
| CMYK | 0.62 | 0 | 0.79 | 0.12 |
| HSL | 107.05º | 0.74% | 0.53% | - |
| HSV(B) | 107.05º | 0.79% | 0.88% | - |
| XYZ | 31.03 | 55.5 | 11.87 | - |
| YUV | 162.67 | 63.28 | 73.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 224 | 48 | 0.62 | 0 | 0.79 | 0.12 | 107.05 | 0.74 | 0.53 |
| Hex | 56 | E0 | 30 | 3E | 0 | 4F | C | 6B | 4A | 35 |
| Octal | 126 | 340 | 60 | 76 | 0 | 117 | 14 | 153 | 112 | 65 |
| Binary | 1010110 | 11100000 | 110000 | 111110 | 0 | 1001111 | 1100 | 1101011 | 1001010 | 110101 |
Color Harmonies of #56E030
Complementary color
Monochromatic Colors of #56E030
Black with #56E030
Text Example
Text Example
White with #56E030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56E030; }
p { color: rgb(86,224,48); }
H1.HeaderClassName
{
color: #56E030;
}
.AnyTagClassName
{
color: #56E030;
}
</style>
background-color css
<style>
a { background-color: #56E030; }
a { background-color: rgb(86,224,48); }
div.DivClassName
{
background-color: #56E030;
}
.BgClassName
{
background-color: #56E030;
}
</style>
border-color css
<style>
span { border-color: #56E030; }
span { border-color: rgb(86,224,48); }
td.TdClassName
{
border-color: #56E030;
}
.TagClassName
{
border-color: #56E030;
}
</style>