Shades of Lime Green #43C749
Tints of Lime Green #43C749
RGB
CMYK
RGB Variations
Color information
#43C749 (or 0x43C749) is known color: Lime Green. HEX triplet: 43, C7 and 49. RGB value is (67,199,73). Sum of RGB (Red+Green+Blue) = 67+199+73=339 (44% of max value = 765). Red value is 67 (26.56% from 255 or 19.76% from 339); Green value is 199 (78.12% from 255 or 58.70% from 339); Blue value is 73 (28.91% from 255 or 21.53% from 339); Max value from RGB is 199 - color contains mainly: green. Hex color #43C749 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43C749 is #BC38B6. Grayscale: #919191. Windows color (decimal): -12335287 or 4835139. OLE color: 4835139.
HSL color Cylindrical-coordinate representation of color #43C749: hue angle of 122.73º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #43C749 is Cyan = 0.66, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 67 | 199 | 73 | - |
| CMYK | 0.66 | 0 | 0.63 | 0.22 |
| HSL | 122.73º | 0.54% | 0.52% | - |
| HSV(B) | 122.73º | 0.66% | 0.78% | - |
| XYZ | 23.94 | 42.52 | 13.25 | - |
| YUV | 145.17 | 87.27 | 72.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 199 | 73 | 0.66 | 0 | 0.63 | 0.22 | 122.73 | 0.54 | 0.52 |
| Hex | 43 | C7 | 49 | 42 | 0 | 3F | 16 | 7B | 36 | 34 |
| Octal | 103 | 307 | 111 | 102 | 0 | 77 | 26 | 173 | 66 | 64 |
| Binary | 1000011 | 11000111 | 1001001 | 1000010 | 0 | 111111 | 10110 | 1111011 | 110110 | 110100 |
Color Harmonies of #43C749
Complementary color
Monochromatic Colors of #43C749
Black with #43C749
Text Example
Text Example
White with #43C749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43C749; }
p { color: rgb(67,199,73); }
H1.HeaderClassName
{
color: #43C749;
}
.AnyTagClassName
{
color: #43C749;
}
</style>
background-color css
<style>
a { background-color: #43C749; }
a { background-color: rgb(67,199,73); }
div.DivClassName
{
background-color: #43C749;
}
.BgClassName
{
background-color: #43C749;
}
</style>
border-color css
<style>
span { border-color: #43C749; }
span { border-color: rgb(67,199,73); }
td.TdClassName
{
border-color: #43C749;
}
.TagClassName
{
border-color: #43C749;
}
</style>