Shades of Lime Green #43D932
Tints of Lime Green #43D932
RGB
CMYK
RGB Variations
Color information
#43D932 (or 0x43D932) is known color: Lime Green. HEX triplet: 43, D9 and 32. RGB value is (67,217,50). Sum of RGB (Red+Green+Blue) = 67+217+50=334 (44% of max value = 765). Red value is 67 (26.56% from 255 or 20.06% from 334); Green value is 217 (85.16% from 255 or 64.97% from 334); Blue value is 50 (19.92% from 255 or 14.97% from 334); Max value from RGB is 217 - color contains mainly: green. Hex color #43D932 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43D932 is #BC26CD. Grayscale: #999999. Windows color (decimal): -12330702 or 3332419. OLE color: 3332419.
HSL color Cylindrical-coordinate representation of color #43D932: hue angle of 113.89º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #43D932 is Cyan = 0.69, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 67 | 217 | 50 | - |
| CMYK | 0.69 | 0 | 0.77 | 0.15 |
| HSL | 113.89º | 0.69% | 0.52% | - |
| HSV(B) | 113.89º | 0.77% | 0.85% | - |
| XYZ | 27.7 | 51.05 | 11.41 | - |
| YUV | 153.11 | 69.81 | 66.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 217 | 50 | 0.69 | 0 | 0.77 | 0.15 | 113.89 | 0.69 | 0.52 |
| Hex | 43 | D9 | 32 | 45 | 0 | 4D | F | 72 | 45 | 34 |
| Octal | 103 | 331 | 62 | 105 | 0 | 115 | 17 | 162 | 105 | 64 |
| Binary | 1000011 | 11011001 | 110010 | 1000101 | 0 | 1001101 | 1111 | 1110010 | 1000101 | 110100 |
Color Harmonies of #43D932
Complementary color
Monochromatic Colors of #43D932
Black with #43D932
Text Example
Text Example
White with #43D932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43D932; }
p { color: rgb(67,217,50); }
H1.HeaderClassName
{
color: #43D932;
}
.AnyTagClassName
{
color: #43D932;
}
</style>
background-color css
<style>
a { background-color: #43D932; }
a { background-color: rgb(67,217,50); }
div.DivClassName
{
background-color: #43D932;
}
.BgClassName
{
background-color: #43D932;
}
</style>
border-color css
<style>
span { border-color: #43D932; }
span { border-color: rgb(67,217,50); }
td.TdClassName
{
border-color: #43D932;
}
.TagClassName
{
border-color: #43D932;
}
</style>