Shades of Lime Green #43C547
Tints of Lime Green #43C547
RGB
CMYK
RGB Variations
Color information
#43C547 (or 0x43C547) is known color: Lime Green. HEX triplet: 43, C5 and 47. RGB value is (67,197,71). Sum of RGB (Red+Green+Blue) = 67+197+71=335 (44% of max value = 765). Red value is 67 (26.56% from 255 or 20% from 335); Green value is 197 (77.34% from 255 or 58.81% from 335); Blue value is 71 (28.12% from 255 or 21.19% from 335); Max value from RGB is 197 - color contains mainly: green. Hex color #43C547 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43C547 is #BC3AB8. Grayscale: #909090. Windows color (decimal): -12335801 or 4703555. OLE color: 4703555.
HSL color Cylindrical-coordinate representation of color #43C547: hue angle of 121.85º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #43C547 is Cyan = 0.66, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 67 | 197 | 71 | - |
| CMYK | 0.66 | 0 | 0.64 | 0.23 |
| HSL | 121.85º | 0.53% | 0.52% | - |
| HSV(B) | 121.85º | 0.66% | 0.77% | - |
| XYZ | 23.42 | 41.58 | 12.75 | - |
| YUV | 143.77 | 86.93 | 73.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 197 | 71 | 0.66 | 0 | 0.64 | 0.23 | 121.85 | 0.53 | 0.52 |
| Hex | 43 | C5 | 47 | 42 | 0 | 40 | 17 | 7A | 35 | 34 |
| Octal | 103 | 305 | 107 | 102 | 0 | 100 | 27 | 172 | 65 | 64 |
| Binary | 1000011 | 11000101 | 1000111 | 1000010 | 0 | 1000000 | 10111 | 1111010 | 110101 | 110100 |
Color Harmonies of #43C547
Complementary color
Monochromatic Colors of #43C547
Black with #43C547
Text Example
Text Example
White with #43C547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43C547; }
p { color: rgb(67,197,71); }
H1.HeaderClassName
{
color: #43C547;
}
.AnyTagClassName
{
color: #43C547;
}
</style>
background-color css
<style>
a { background-color: #43C547; }
a { background-color: rgb(67,197,71); }
div.DivClassName
{
background-color: #43C547;
}
.BgClassName
{
background-color: #43C547;
}
</style>
border-color css
<style>
span { border-color: #43C547; }
span { border-color: rgb(67,197,71); }
td.TdClassName
{
border-color: #43C547;
}
.TagClassName
{
border-color: #43C547;
}
</style>