Shades of Lime Green #43C243
Tints of Lime Green #43C243
RGB
CMYK
RGB Variations
Color information
#43C243 (or 0x43C243) is known color: Lime Green. HEX triplet: 43, C2 and 43. RGB value is (67,194,67). Sum of RGB (Red+Green+Blue) = 67+194+67=328 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.43% from 328); Green value is 194 (76.17% from 255 or 59.15% from 328); Blue value is 67 (26.56% from 255 or 20.43% from 328); Max value from RGB is 194 - color contains mainly: green. Hex color #43C243 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43C243 is #BC3DBC. Grayscale: #8D8D8D. Windows color (decimal): -12336573 or 4440643. OLE color: 4440643.
HSL color Cylindrical-coordinate representation of color #43C243: hue angle of 120º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #43C243 is Cyan = 0.65, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 67 | 194 | 67 | - |
| CMYK | 0.65 | 0 | 0.65 | 0.24 |
| HSL | 120º | 0.51% | 0.51% | - |
| HSV(B) | 120º | 0.65% | 0.76% | - |
| XYZ | 22.62 | 40.18 | 11.87 | - |
| YUV | 141.55 | 85.92 | 74.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 194 | 67 | 0.65 | 0 | 0.65 | 0.24 | 120 | 0.51 | 0.51 |
| Hex | 43 | C2 | 43 | 41 | 0 | 41 | 18 | 78 | 33 | 33 |
| Octal | 103 | 302 | 103 | 101 | 0 | 101 | 30 | 170 | 63 | 63 |
| Binary | 1000011 | 11000010 | 1000011 | 1000001 | 0 | 1000001 | 11000 | 1111000 | 110011 | 110011 |
Color Harmonies of #43C243
Complementary color
Monochromatic Colors of #43C243
Black with #43C243
Text Example
Text Example
White with #43C243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43C243; }
p { color: rgb(67,194,67); }
H1.HeaderClassName
{
color: #43C243;
}
.AnyTagClassName
{
color: #43C243;
}
</style>
background-color css
<style>
a { background-color: #43C243; }
a { background-color: rgb(67,194,67); }
div.DivClassName
{
background-color: #43C243;
}
.BgClassName
{
background-color: #43C243;
}
</style>
border-color css
<style>
span { border-color: #43C243; }
span { border-color: rgb(67,194,67); }
td.TdClassName
{
border-color: #43C243;
}
.TagClassName
{
border-color: #43C243;
}
</style>