Shades of Lime Green #43DD37
Tints of Lime Green #43DD37
RGB
CMYK
RGB Variations
Color information
#43DD37 (or 0x43DD37) is known color: Lime Green. HEX triplet: 43, DD and 37. RGB value is (67,221,55). Sum of RGB (Red+Green+Blue) = 67+221+55=343 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.53% from 343); Green value is 221 (86.72% from 255 or 64.43% from 343); Blue value is 55 (21.88% from 255 or 16.03% from 343); Max value from RGB is 221 - color contains mainly: green. Hex color #43DD37 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43DD37 is #BC22C8. Grayscale: #9C9C9C. Windows color (decimal): -12329673 or 3661123. OLE color: 3661123.
HSL color Cylindrical-coordinate representation of color #43DD37: hue angle of 115.66º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #43DD37 is Cyan = 0.70, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 67 | 221 | 55 | - |
| CMYK | 0.70 | 0 | 0.75 | 0.13 |
| HSL | 115.66º | 0.71% | 0.54% | - |
| HSV(B) | 115.66º | 0.75% | 0.87% | - |
| XYZ | 28.86 | 53.18 | 12.36 | - |
| YUV | 156.03 | 70.98 | 64.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 221 | 55 | 0.70 | 0 | 0.75 | 0.13 | 115.66 | 0.71 | 0.54 |
| Hex | 43 | DD | 37 | 46 | 0 | 4B | D | 74 | 47 | 36 |
| Octal | 103 | 335 | 67 | 106 | 0 | 113 | 15 | 164 | 107 | 66 |
| Binary | 1000011 | 11011101 | 110111 | 1000110 | 0 | 1001011 | 1101 | 1110100 | 1000111 | 110110 |
Color Harmonies of #43DD37
Complementary color
Monochromatic Colors of #43DD37
Black with #43DD37
Text Example
Text Example
White with #43DD37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43DD37; }
p { color: rgb(67,221,55); }
H1.HeaderClassName
{
color: #43DD37;
}
.AnyTagClassName
{
color: #43DD37;
}
</style>
background-color css
<style>
a { background-color: #43DD37; }
a { background-color: rgb(67,221,55); }
div.DivClassName
{
background-color: #43DD37;
}
.BgClassName
{
background-color: #43DD37;
}
</style>
border-color css
<style>
span { border-color: #43DD37; }
span { border-color: rgb(67,221,55); }
td.TdClassName
{
border-color: #43DD37;
}
.TagClassName
{
border-color: #43DD37;
}
</style>