Shades of Lime Green #43C43D
Tints of Lime Green #43C43D
RGB
CMYK
RGB Variations
Color information
#43C43D (or 0x43C43D) is known color: Lime Green. HEX triplet: 43, C4 and 3D. RGB value is (67,196,61). Sum of RGB (Red+Green+Blue) = 67+196+61=324 (42% of max value = 765). Red value is 67 (26.56% from 255 or 20.68% from 324); Green value is 196 (76.95% from 255 or 60.49% from 324); Blue value is 61 (24.22% from 255 or 18.83% from 324); Max value from RGB is 196 - color contains mainly: green. Hex color #43C43D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43C43D is #BC3BC2. Grayscale: #8E8E8E. Windows color (decimal): -12336067 or 4047939. OLE color: 4047939.
HSL color Cylindrical-coordinate representation of color #43C43D: hue angle of 117.33º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #43C43D is Cyan = 0.66, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 67 | 196 | 61 | - |
| CMYK | 0.66 | 0 | 0.69 | 0.23 |
| HSL | 117.33º | 0.53% | 0.5% | - |
| HSV(B) | 117.33º | 0.69% | 0.77% | - |
| XYZ | 22.9 | 41.01 | 11.12 | - |
| YUV | 142.04 | 82.26 | 74.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 196 | 61 | 0.66 | 0 | 0.69 | 0.23 | 117.33 | 0.53 | 0.5 |
| Hex | 43 | C4 | 3D | 42 | 0 | 45 | 17 | 75 | 35 | 32 |
| Octal | 103 | 304 | 75 | 102 | 0 | 105 | 27 | 165 | 65 | 62 |
| Binary | 1000011 | 11000100 | 111101 | 1000010 | 0 | 1000101 | 10111 | 1110101 | 110101 | 110010 |
Color Harmonies of #43C43D
Complementary color
Monochromatic Colors of #43C43D
Black with #43C43D
Text Example
Text Example
White with #43C43D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43C43D; }
p { color: rgb(67,196,61); }
H1.HeaderClassName
{
color: #43C43D;
}
.AnyTagClassName
{
color: #43C43D;
}
</style>
background-color css
<style>
a { background-color: #43C43D; }
a { background-color: rgb(67,196,61); }
div.DivClassName
{
background-color: #43C43D;
}
.BgClassName
{
background-color: #43C43D;
}
</style>
border-color css
<style>
span { border-color: #43C43D; }
span { border-color: rgb(67,196,61); }
td.TdClassName
{
border-color: #43C43D;
}
.TagClassName
{
border-color: #43C43D;
}
</style>