Shades of Lime Green #43DD54
Tints of Lime Green #43DD54
RGB
CMYK
RGB Variations
Color information
#43DD54 (or 0x43DD54) is known color: Lime Green. HEX triplet: 43, DD and 54. RGB value is (67,221,84). Sum of RGB (Red+Green+Blue) = 67+221+84=372 (49% of max value = 765). Red value is 67 (26.56% from 255 or 18.01% from 372); Green value is 221 (86.72% from 255 or 59.41% from 372); Blue value is 84 (33.20% from 255 or 22.58% from 372); Max value from RGB is 221 - color contains mainly: green. Hex color #43DD54 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #43DD54 is #BC22AB. Grayscale: #9F9F9F. Windows color (decimal): -12329644 or 5561667. OLE color: 5561667.
HSL color Cylindrical-coordinate representation of color #43DD54: hue angle of 126.62º 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 #43DD54 is Cyan = 0.70, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 67 | 221 | 84 | - |
| CMYK | 0.70 | 0 | 0.62 | 0.13 |
| HSL | 126.62º | 0.69% | 0.56% | - |
| HSV(B) | 126.62º | 0.7% | 0.87% | - |
| XYZ | 29.77 | 53.55 | 17.15 | - |
| YUV | 159.34 | 85.48 | 62.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 221 | 84 | 0.70 | 0 | 0.62 | 0.13 | 126.62 | 0.69 | 0.56 |
| Hex | 43 | DD | 54 | 46 | 0 | 3E | D | 7F | 45 | 38 |
| Octal | 103 | 335 | 124 | 106 | 0 | 76 | 15 | 177 | 105 | 70 |
| Binary | 1000011 | 11011101 | 1010100 | 1000110 | 0 | 111110 | 1101 | 1111111 | 1000101 | 111000 |
Color Harmonies of #43DD54
Complementary color
Monochromatic Colors of #43DD54
Black with #43DD54
Text Example
Text Example
White with #43DD54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43DD54; }
p { color: rgb(67,221,84); }
H1.HeaderClassName
{
color: #43DD54;
}
.AnyTagClassName
{
color: #43DD54;
}
</style>
background-color css
<style>
a { background-color: #43DD54; }
a { background-color: rgb(67,221,84); }
div.DivClassName
{
background-color: #43DD54;
}
.BgClassName
{
background-color: #43DD54;
}
</style>
border-color css
<style>
span { border-color: #43DD54; }
span { border-color: rgb(67,221,84); }
td.TdClassName
{
border-color: #43DD54;
}
.TagClassName
{
border-color: #43DD54;
}
</style>