Shades of Lime Green #43DB49
Tints of Lime Green #43DB49
RGB
CMYK
RGB Variations
Color information
#43DB49 (or 0x43DB49) is known color: Lime Green. HEX triplet: 43, DB and 49. RGB value is (67,219,73). Sum of RGB (Red+Green+Blue) = 67+219+73=359 (47% of max value = 765). Red value is 67 (26.56% from 255 or 18.66% from 359); Green value is 219 (85.94% from 255 or 61.00% from 359); Blue value is 73 (28.91% from 255 or 20.33% from 359); Max value from RGB is 219 - color contains mainly: green. Hex color #43DB49 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43DB49 is #BC24B6. Grayscale: #9D9D9D. Windows color (decimal): -12330167 or 4840259. OLE color: 4840259.
HSL color Cylindrical-coordinate representation of color #43DB49: hue angle of 122.37º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #43DB49 is Cyan = 0.69, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 67 | 219 | 73 | - |
| CMYK | 0.69 | 0 | 0.67 | 0.14 |
| HSL | 122.37º | 0.68% | 0.56% | - |
| HSV(B) | 122.37º | 0.69% | 0.86% | - |
| XYZ | 28.85 | 52.34 | 14.88 | - |
| YUV | 156.91 | 80.64 | 63.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 219 | 73 | 0.69 | 0 | 0.67 | 0.14 | 122.37 | 0.68 | 0.56 |
| Hex | 43 | DB | 49 | 45 | 0 | 43 | E | 7A | 44 | 38 |
| Octal | 103 | 333 | 111 | 105 | 0 | 103 | 16 | 172 | 104 | 70 |
| Binary | 1000011 | 11011011 | 1001001 | 1000101 | 0 | 1000011 | 1110 | 1111010 | 1000100 | 111000 |
Color Harmonies of #43DB49
Complementary color
Monochromatic Colors of #43DB49
Black with #43DB49
Text Example
Text Example
White with #43DB49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43DB49; }
p { color: rgb(67,219,73); }
H1.HeaderClassName
{
color: #43DB49;
}
.AnyTagClassName
{
color: #43DB49;
}
</style>
background-color css
<style>
a { background-color: #43DB49; }
a { background-color: rgb(67,219,73); }
div.DivClassName
{
background-color: #43DB49;
}
.BgClassName
{
background-color: #43DB49;
}
</style>
border-color css
<style>
span { border-color: #43DB49; }
span { border-color: rgb(67,219,73); }
td.TdClassName
{
border-color: #43DB49;
}
.TagClassName
{
border-color: #43DB49;
}
</style>