Shades of Lime Green #43E056
Tints of Lime Green #43E056
RGB
CMYK
RGB Variations
Color information
#43E056 (or 0x43E056) is known color: Lime Green. HEX triplet: 43, E0 and 56. RGB value is (67,224,86). Sum of RGB (Red+Green+Blue) = 67+224+86=377 (49% of max value = 765). Red value is 67 (26.56% from 255 or 17.77% from 377); Green value is 224 (87.89% from 255 or 59.42% from 377); Blue value is 86 (33.98% from 255 or 22.81% from 377); Max value from RGB is 224 - color contains mainly: green. Hex color #43E056 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #43E056 is #BC1FA9. Grayscale: #A1A1A1. Windows color (decimal): -12328874 or 5693507. OLE color: 5693507.
HSL color Cylindrical-coordinate representation of color #43E056: hue angle of 127.26º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #43E056 is Cyan = 0.70, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 67 | 224 | 86 | - |
| CMYK | 0.70 | 0 | 0.62 | 0.12 |
| HSL | 127.26º | 0.72% | 0.57% | - |
| HSV(B) | 127.26º | 0.7% | 0.88% | - |
| XYZ | 30.65 | 55.18 | 17.84 | - |
| YUV | 161.33 | 85.49 | 60.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 224 | 86 | 0.70 | 0 | 0.62 | 0.12 | 127.26 | 0.72 | 0.57 |
| Hex | 43 | E0 | 56 | 46 | 0 | 3E | C | 7F | 48 | 39 |
| Octal | 103 | 340 | 126 | 106 | 0 | 76 | 14 | 177 | 110 | 71 |
| Binary | 1000011 | 11100000 | 1010110 | 1000110 | 0 | 111110 | 1100 | 1111111 | 1001000 | 111001 |
Color Harmonies of #43E056
Complementary color
Monochromatic Colors of #43E056
Black with #43E056
Text Example
Text Example
White with #43E056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43E056; }
p { color: rgb(67,224,86); }
H1.HeaderClassName
{
color: #43E056;
}
.AnyTagClassName
{
color: #43E056;
}
</style>
background-color css
<style>
a { background-color: #43E056; }
a { background-color: rgb(67,224,86); }
div.DivClassName
{
background-color: #43E056;
}
.BgClassName
{
background-color: #43E056;
}
</style>
border-color css
<style>
span { border-color: #43E056; }
span { border-color: rgb(67,224,86); }
td.TdClassName
{
border-color: #43E056;
}
.TagClassName
{
border-color: #43E056;
}
</style>