Shades of Lime Green #43C345
Tints of Lime Green #43C345
RGB
CMYK
RGB Variations
Color information
#43C345 (or 0x43C345) is known color: Lime Green. HEX triplet: 43, C3 and 45. RGB value is (67,195,69). Sum of RGB (Red+Green+Blue) = 67+195+69=331 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.24% from 331); Green value is 195 (76.56% from 255 or 58.91% from 331); Blue value is 69 (27.34% from 255 or 20.85% from 331); Max value from RGB is 195 - color contains mainly: green. Hex color #43C345 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43C345 is #BC3CBA. Grayscale: #8E8E8E. Windows color (decimal): -12336315 or 4571971. OLE color: 4571971.
HSL color Cylindrical-coordinate representation of color #43C345: hue angle of 120.94º 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 #43C345 is Cyan = 0.66, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 67 | 195 | 69 | - |
| CMYK | 0.66 | 0 | 0.65 | 0.24 |
| HSL | 120.94º | 0.52% | 0.51% | - |
| HSV(B) | 120.94º | 0.66% | 0.76% | - |
| XYZ | 22.9 | 40.65 | 12.27 | - |
| YUV | 142.36 | 86.59 | 74.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 195 | 69 | 0.66 | 0 | 0.65 | 0.24 | 120.94 | 0.52 | 0.51 |
| Hex | 43 | C3 | 45 | 42 | 0 | 41 | 18 | 79 | 34 | 33 |
| Octal | 103 | 303 | 105 | 102 | 0 | 101 | 30 | 171 | 64 | 63 |
| Binary | 1000011 | 11000011 | 1000101 | 1000010 | 0 | 1000001 | 11000 | 1111001 | 110100 | 110011 |
Color Harmonies of #43C345
Complementary color
Monochromatic Colors of #43C345
Black with #43C345
Text Example
Text Example
White with #43C345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43C345; }
p { color: rgb(67,195,69); }
H1.HeaderClassName
{
color: #43C345;
}
.AnyTagClassName
{
color: #43C345;
}
</style>
background-color css
<style>
a { background-color: #43C345; }
a { background-color: rgb(67,195,69); }
div.DivClassName
{
background-color: #43C345;
}
.BgClassName
{
background-color: #43C345;
}
</style>
border-color css
<style>
span { border-color: #43C345; }
span { border-color: rgb(67,195,69); }
td.TdClassName
{
border-color: #43C345;
}
.TagClassName
{
border-color: #43C345;
}
</style>