Shades of Lime Green #43C445
Tints of Lime Green #43C445
RGB
CMYK
RGB Variations
Color information
#43C445 (or 0x43C445) is known color: Lime Green. HEX triplet: 43, C4 and 45. RGB value is (67,196,69). Sum of RGB (Red+Green+Blue) = 67+196+69=332 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.18% from 332); Green value is 196 (76.95% from 255 or 59.04% from 332); Blue value is 69 (27.34% from 255 or 20.78% from 332); Max value from RGB is 196 - color contains mainly: green. Hex color #43C445 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43C445 is #BC3BBA. Grayscale: #8F8F8F. Windows color (decimal): -12336059 or 4572227. OLE color: 4572227.
HSL color Cylindrical-coordinate representation of color #43C445: hue angle of 120.93º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #43C445 is Cyan = 0.66, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 67 | 196 | 69 | - |
| CMYK | 0.66 | 0 | 0.65 | 0.23 |
| HSL | 120.93º | 0.52% | 0.52% | - |
| HSV(B) | 120.93º | 0.66% | 0.77% | - |
| XYZ | 23.13 | 41.1 | 12.34 | - |
| YUV | 142.95 | 86.26 | 73.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 196 | 69 | 0.66 | 0 | 0.65 | 0.23 | 120.93 | 0.52 | 0.52 |
| Hex | 43 | C4 | 45 | 42 | 0 | 41 | 17 | 79 | 34 | 34 |
| Octal | 103 | 304 | 105 | 102 | 0 | 101 | 27 | 171 | 64 | 64 |
| Binary | 1000011 | 11000100 | 1000101 | 1000010 | 0 | 1000001 | 10111 | 1111001 | 110100 | 110100 |
Color Harmonies of #43C445
Complementary color
Monochromatic Colors of #43C445
Black with #43C445
Text Example
Text Example
White with #43C445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43C445; }
p { color: rgb(67,196,69); }
H1.HeaderClassName
{
color: #43C445;
}
.AnyTagClassName
{
color: #43C445;
}
</style>
background-color css
<style>
a { background-color: #43C445; }
a { background-color: rgb(67,196,69); }
div.DivClassName
{
background-color: #43C445;
}
.BgClassName
{
background-color: #43C445;
}
</style>
border-color css
<style>
span { border-color: #43C445; }
span { border-color: rgb(67,196,69); }
td.TdClassName
{
border-color: #43C445;
}
.TagClassName
{
border-color: #43C445;
}
</style>