Shades of Lime Green #43DD4B
Tints of Lime Green #43DD4B
RGB
CMYK
RGB Variations
Color information
#43DD4B (or 0x43DD4B) is known color: Lime Green. HEX triplet: 43, DD and 4B. RGB value is (67,221,75). Sum of RGB (Red+Green+Blue) = 67+221+75=363 (48% of max value = 765). Red value is 67 (26.56% from 255 or 18.46% from 363); Green value is 221 (86.72% from 255 or 60.88% from 363); Blue value is 75 (29.69% from 255 or 20.66% from 363); Max value from RGB is 221 - color contains mainly: green. Hex color #43DD4B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43DD4B is #BC22B4. Grayscale: #9E9E9E. Windows color (decimal): -12329653 or 4971843. OLE color: 4971843.
HSL color Cylindrical-coordinate representation of color #43DD4B: hue angle of 123.12º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #43DD4B is Cyan = 0.70, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 67 | 221 | 75 | - |
| CMYK | 0.70 | 0 | 0.66 | 0.13 |
| HSL | 123.12º | 0.69% | 0.56% | - |
| HSV(B) | 123.12º | 0.7% | 0.87% | - |
| XYZ | 29.44 | 53.41 | 15.41 | - |
| YUV | 158.31 | 80.98 | 62.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 221 | 75 | 0.70 | 0 | 0.66 | 0.13 | 123.12 | 0.69 | 0.56 |
| Hex | 43 | DD | 4B | 46 | 0 | 42 | D | 7B | 45 | 38 |
| Octal | 103 | 335 | 113 | 106 | 0 | 102 | 15 | 173 | 105 | 70 |
| Binary | 1000011 | 11011101 | 1001011 | 1000110 | 0 | 1000010 | 1101 | 1111011 | 1000101 | 111000 |
Color Harmonies of #43DD4B
Complementary color
Monochromatic Colors of #43DD4B
Black with #43DD4B
Text Example
Text Example
White with #43DD4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43DD4B; }
p { color: rgb(67,221,75); }
H1.HeaderClassName
{
color: #43DD4B;
}
.AnyTagClassName
{
color: #43DD4B;
}
</style>
background-color css
<style>
a { background-color: #43DD4B; }
a { background-color: rgb(67,221,75); }
div.DivClassName
{
background-color: #43DD4B;
}
.BgClassName
{
background-color: #43DD4B;
}
</style>
border-color css
<style>
span { border-color: #43DD4B; }
span { border-color: rgb(67,221,75); }
td.TdClassName
{
border-color: #43DD4B;
}
.TagClassName
{
border-color: #43DD4B;
}
</style>