Shades of Lime Green #43DD53
Tints of Lime Green #43DD53
RGB
CMYK
RGB Variations
Color information
#43DD53 (or 0x43DD53) is known color: Lime Green. HEX triplet: 43, DD and 53. RGB value is (67,221,83). Sum of RGB (Red+Green+Blue) = 67+221+83=371 (49% of max value = 765). Red value is 67 (26.56% from 255 or 18.06% from 371); Green value is 221 (86.72% from 255 or 59.57% from 371); Blue value is 83 (32.81% from 255 or 22.37% from 371); Max value from RGB is 221 - color contains mainly: green. Hex color #43DD53 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #43DD53 is #BC22AC. Grayscale: #9F9F9F. Windows color (decimal): -12329645 or 5496131. OLE color: 5496131.
HSL color Cylindrical-coordinate representation of color #43DD53: hue angle of 126.23º 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 #43DD53 is Cyan = 0.70, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 67 | 221 | 83 | - |
| CMYK | 0.70 | 0 | 0.62 | 0.13 |
| HSL | 126.23º | 0.69% | 0.56% | - |
| HSV(B) | 126.23º | 0.7% | 0.87% | - |
| XYZ | 29.73 | 53.53 | 16.95 | - |
| YUV | 159.22 | 84.98 | 62.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 221 | 83 | 0.70 | 0 | 0.62 | 0.13 | 126.23 | 0.69 | 0.56 |
| Hex | 43 | DD | 53 | 46 | 0 | 3E | D | 7E | 45 | 38 |
| Octal | 103 | 335 | 123 | 106 | 0 | 76 | 15 | 176 | 105 | 70 |
| Binary | 1000011 | 11011101 | 1010011 | 1000110 | 0 | 111110 | 1101 | 1111110 | 1000101 | 111000 |
Color Harmonies of #43DD53
Complementary color
Monochromatic Colors of #43DD53
Black with #43DD53
Text Example
Text Example
White with #43DD53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43DD53; }
p { color: rgb(67,221,83); }
H1.HeaderClassName
{
color: #43DD53;
}
.AnyTagClassName
{
color: #43DD53;
}
</style>
background-color css
<style>
a { background-color: #43DD53; }
a { background-color: rgb(67,221,83); }
div.DivClassName
{
background-color: #43DD53;
}
.BgClassName
{
background-color: #43DD53;
}
</style>
border-color css
<style>
span { border-color: #43DD53; }
span { border-color: rgb(67,221,83); }
td.TdClassName
{
border-color: #43DD53;
}
.TagClassName
{
border-color: #43DD53;
}
</style>