Shades of Lime Green #43DD3E
Tints of Lime Green #43DD3E
RGB
CMYK
RGB Variations
Color information
#43DD3E (or 0x43DD3E) is known color: Lime Green. HEX triplet: 43, DD and 3E. RGB value is (67,221,62). Sum of RGB (Red+Green+Blue) = 67+221+62=350 (46% of max value = 765). Red value is 67 (26.56% from 255 or 19.14% from 350); Green value is 221 (86.72% from 255 or 63.14% from 350); Blue value is 62 (24.61% from 255 or 17.71% from 350); Max value from RGB is 221 - color contains mainly: green. Hex color #43DD3E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43DD3E is #BC22C1. Grayscale: #9D9D9D. Windows color (decimal): -12329666 or 4119875. OLE color: 4119875.
HSL color Cylindrical-coordinate representation of color #43DD3E: hue angle of 118.11º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #43DD3E is Cyan = 0.70, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 67 | 221 | 62 | - |
| CMYK | 0.70 | 0 | 0.72 | 0.13 |
| HSL | 118.11º | 0.7% | 0.55% | - |
| HSV(B) | 118.11º | 0.72% | 0.87% | - |
| XYZ | 29.04 | 53.25 | 13.31 | - |
| YUV | 156.83 | 74.48 | 63.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 221 | 62 | 0.70 | 0 | 0.72 | 0.13 | 118.11 | 0.7 | 0.55 |
| Hex | 43 | DD | 3E | 46 | 0 | 48 | D | 76 | 46 | 37 |
| Octal | 103 | 335 | 76 | 106 | 0 | 110 | 15 | 166 | 106 | 67 |
| Binary | 1000011 | 11011101 | 111110 | 1000110 | 0 | 1001000 | 1101 | 1110110 | 1000110 | 110111 |
Color Harmonies of #43DD3E
Complementary color
Monochromatic Colors of #43DD3E
Black with #43DD3E
Text Example
Text Example
White with #43DD3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43DD3E; }
p { color: rgb(67,221,62); }
H1.HeaderClassName
{
color: #43DD3E;
}
.AnyTagClassName
{
color: #43DD3E;
}
</style>
background-color css
<style>
a { background-color: #43DD3E; }
a { background-color: rgb(67,221,62); }
div.DivClassName
{
background-color: #43DD3E;
}
.BgClassName
{
background-color: #43DD3E;
}
</style>
border-color css
<style>
span { border-color: #43DD3E; }
span { border-color: rgb(67,221,62); }
td.TdClassName
{
border-color: #43DD3E;
}
.TagClassName
{
border-color: #43DD3E;
}
</style>