Shades of Lime Green #43D332
Tints of Lime Green #43D332
RGB
CMYK
RGB Variations
Color information
#43D332 (or 0x43D332) is known color: Lime Green. HEX triplet: 43, D3 and 32. RGB value is (67,211,50). Sum of RGB (Red+Green+Blue) = 67+211+50=328 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.43% from 328); Green value is 211 (82.81% from 255 or 64.33% from 328); Blue value is 50 (19.92% from 255 or 15.24% from 328); Max value from RGB is 211 - color contains mainly: green. Hex color #43D332 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43D332 is #BC2CCD. Grayscale: #969696. Windows color (decimal): -12332238 or 3330883. OLE color: 3330883.
HSL color Cylindrical-coordinate representation of color #43D332: hue angle of 113.66º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #43D332 is Cyan = 0.68, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 67 | 211 | 50 | - |
| CMYK | 0.68 | 0 | 0.76 | 0.17 |
| HSL | 113.66º | 0.65% | 0.51% | - |
| HSV(B) | 113.66º | 0.76% | 0.83% | - |
| XYZ | 26.18 | 48.01 | 10.9 | - |
| YUV | 149.59 | 71.79 | 69.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 211 | 50 | 0.68 | 0 | 0.76 | 0.17 | 113.66 | 0.65 | 0.51 |
| Hex | 43 | D3 | 32 | 44 | 0 | 4C | 11 | 72 | 41 | 33 |
| Octal | 103 | 323 | 62 | 104 | 0 | 114 | 21 | 162 | 101 | 63 |
| Binary | 1000011 | 11010011 | 110010 | 1000100 | 0 | 1001100 | 10001 | 1110010 | 1000001 | 110011 |
Color Harmonies of #43D332
Complementary color
Monochromatic Colors of #43D332
Black with #43D332
Text Example
Text Example
White with #43D332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43D332; }
p { color: rgb(67,211,50); }
H1.HeaderClassName
{
color: #43D332;
}
.AnyTagClassName
{
color: #43D332;
}
</style>
background-color css
<style>
a { background-color: #43D332; }
a { background-color: rgb(67,211,50); }
div.DivClassName
{
background-color: #43D332;
}
.BgClassName
{
background-color: #43D332;
}
</style>
border-color css
<style>
span { border-color: #43D332; }
span { border-color: rgb(67,211,50); }
td.TdClassName
{
border-color: #43D332;
}
.TagClassName
{
border-color: #43D332;
}
</style>