Shades of Lime Green #43C348
Tints of Lime Green #43C348
RGB
CMYK
RGB Variations
Color information
#43C348 (or 0x43C348) is known color: Lime Green. HEX triplet: 43, C3 and 48. RGB value is (67,195,72). Sum of RGB (Red+Green+Blue) = 67+195+72=334 (44% of max value = 765). Red value is 67 (26.56% from 255 or 20.06% from 334); Green value is 195 (76.56% from 255 or 58.38% from 334); Blue value is 72 (28.52% from 255 or 21.56% from 334); Max value from RGB is 195 - color contains mainly: green. Hex color #43C348 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43C348 is #BC3CB7. Grayscale: #8F8F8F. Windows color (decimal): -12336312 or 4768579. OLE color: 4768579.
HSL color Cylindrical-coordinate representation of color #43C348: hue angle of 122.34º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #43C348 is Cyan = 0.66, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 67 | 195 | 72 | - |
| CMYK | 0.66 | 0 | 0.63 | 0.24 |
| HSL | 122.34º | 0.52% | 0.51% | - |
| HSV(B) | 122.34º | 0.66% | 0.76% | - |
| XYZ | 23 | 40.69 | 12.77 | - |
| YUV | 142.71 | 88.09 | 74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 195 | 72 | 0.66 | 0 | 0.63 | 0.24 | 122.34 | 0.52 | 0.51 |
| Hex | 43 | C3 | 48 | 42 | 0 | 3F | 18 | 7A | 34 | 33 |
| Octal | 103 | 303 | 110 | 102 | 0 | 77 | 30 | 172 | 64 | 63 |
| Binary | 1000011 | 11000011 | 1001000 | 1000010 | 0 | 111111 | 11000 | 1111010 | 110100 | 110011 |
Color Harmonies of #43C348
Complementary color
Monochromatic Colors of #43C348
Black with #43C348
Text Example
Text Example
White with #43C348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43C348; }
p { color: rgb(67,195,72); }
H1.HeaderClassName
{
color: #43C348;
}
.AnyTagClassName
{
color: #43C348;
}
</style>
background-color css
<style>
a { background-color: #43C348; }
a { background-color: rgb(67,195,72); }
div.DivClassName
{
background-color: #43C348;
}
.BgClassName
{
background-color: #43C348;
}
</style>
border-color css
<style>
span { border-color: #43C348; }
span { border-color: rgb(67,195,72); }
td.TdClassName
{
border-color: #43C348;
}
.TagClassName
{
border-color: #43C348;
}
</style>