Shades of Lime Green #43C149
Tints of Lime Green #43C149
RGB
CMYK
RGB Variations
Color information
#43C149 (or 0x43C149) is known color: Lime Green. HEX triplet: 43, C1 and 49. RGB value is (67,193,73). Sum of RGB (Red+Green+Blue) = 67+193+73=333 (44% of max value = 765). Red value is 67 (26.56% from 255 or 20.12% from 333); Green value is 193 (75.78% from 255 or 57.96% from 333); Blue value is 73 (28.91% from 255 or 21.92% from 333); Max value from RGB is 193 - color contains mainly: green. Hex color #43C149 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43C149 is #BC3EB6. Grayscale: #8E8E8E. Windows color (decimal): -12336823 or 4833603. OLE color: 4833603.
HSL color Cylindrical-coordinate representation of color #43C149: hue angle of 122.86º degrees, saturation: 0.5, 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 #43C149 is Cyan = 0.65, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 67 | 193 | 73 | - |
| CMYK | 0.65 | 0 | 0.62 | 0.24 |
| HSL | 122.86º | 0.5% | 0.51% | - |
| HSV(B) | 122.86º | 0.65% | 0.76% | - |
| XYZ | 22.59 | 39.81 | 12.8 | - |
| YUV | 141.65 | 89.26 | 74.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 193 | 73 | 0.65 | 0 | 0.62 | 0.24 | 122.86 | 0.5 | 0.51 |
| Hex | 43 | C1 | 49 | 41 | 0 | 3E | 18 | 7B | 32 | 33 |
| Octal | 103 | 301 | 111 | 101 | 0 | 76 | 30 | 173 | 62 | 63 |
| Binary | 1000011 | 11000001 | 1001001 | 1000001 | 0 | 111110 | 11000 | 1111011 | 110010 | 110011 |
Color Harmonies of #43C149
Complementary color
Monochromatic Colors of #43C149
Black with #43C149
Text Example
Text Example
White with #43C149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43C149; }
p { color: rgb(67,193,73); }
H1.HeaderClassName
{
color: #43C149;
}
.AnyTagClassName
{
color: #43C149;
}
</style>
background-color css
<style>
a { background-color: #43C149; }
a { background-color: rgb(67,193,73); }
div.DivClassName
{
background-color: #43C149;
}
.BgClassName
{
background-color: #43C149;
}
</style>
border-color css
<style>
span { border-color: #43C149; }
span { border-color: rgb(67,193,73); }
td.TdClassName
{
border-color: #43C149;
}
.TagClassName
{
border-color: #43C149;
}
</style>