Shades of Lime Green #43D456
Tints of Lime Green #43D456
RGB
CMYK
RGB Variations
Color information
#43D456 (or 0x43D456) is known color: Lime Green. HEX triplet: 43, D4 and 56. RGB value is (67,212,86). Sum of RGB (Red+Green+Blue) = 67+212+86=365 (48% of max value = 765). Red value is 67 (26.56% from 255 or 18.36% from 365); Green value is 212 (83.20% from 255 or 58.08% from 365); Blue value is 86 (33.98% from 255 or 23.56% from 365); Max value from RGB is 212 - color contains mainly: green. Hex color #43D456 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #43D456 is #BC2BA9. Grayscale: #9A9A9A. Windows color (decimal): -12331946 or 5690435. OLE color: 5690435.
HSL color Cylindrical-coordinate representation of color #43D456: hue angle of 127.86º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #43D456 is Cyan = 0.68, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 67 | 212 | 86 | - |
| CMYK | 0.68 | 0 | 0.59 | 0.17 |
| HSL | 127.86º | 0.63% | 0.55% | - |
| HSV(B) | 127.86º | 0.68% | 0.83% | - |
| XYZ | 27.54 | 48.95 | 16.8 | - |
| YUV | 154.28 | 89.46 | 65.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 212 | 86 | 0.68 | 0 | 0.59 | 0.17 | 127.86 | 0.63 | 0.55 |
| Hex | 43 | D4 | 56 | 44 | 0 | 3B | 11 | 80 | 3F | 37 |
| Octal | 103 | 324 | 126 | 104 | 0 | 73 | 21 | 200 | 77 | 67 |
| Binary | 1000011 | 11010100 | 1010110 | 1000100 | 0 | 111011 | 10001 | 10000000 | 111111 | 110111 |
Color Harmonies of #43D456
Complementary color
Monochromatic Colors of #43D456
Black with #43D456
Text Example
Text Example
White with #43D456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43D456; }
p { color: rgb(67,212,86); }
H1.HeaderClassName
{
color: #43D456;
}
.AnyTagClassName
{
color: #43D456;
}
</style>
background-color css
<style>
a { background-color: #43D456; }
a { background-color: rgb(67,212,86); }
div.DivClassName
{
background-color: #43D456;
}
.BgClassName
{
background-color: #43D456;
}
</style>
border-color css
<style>
span { border-color: #43D456; }
span { border-color: rgb(67,212,86); }
td.TdClassName
{
border-color: #43D456;
}
.TagClassName
{
border-color: #43D456;
}
</style>