Shades of Lime Green #43DB31
Tints of Lime Green #43DB31
RGB
CMYK
RGB Variations
Color information
#43DB31 (or 0x43DB31) is known color: Lime Green. HEX triplet: 43, DB and 31. RGB value is (67,219,49). Sum of RGB (Red+Green+Blue) = 67+219+49=335 (44% of max value = 765). Red value is 67 (26.56% from 255 or 20% from 335); Green value is 219 (85.94% from 255 or 65.37% from 335); Blue value is 49 (19.53% from 255 or 14.63% from 335); Max value from RGB is 219 - color contains mainly: green. Hex color #43DB31 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43DB31 is #BC24CE. Grayscale: #9A9A9A. Windows color (decimal): -12330191 or 3267395. OLE color: 3267395.
HSL color Cylindrical-coordinate representation of color #43DB31: hue angle of 113.65º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #43DB31 is Cyan = 0.69, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 67 | 219 | 49 | - |
| CMYK | 0.69 | 0 | 0.78 | 0.14 |
| HSL | 113.65º | 0.7% | 0.53% | - |
| HSV(B) | 113.65º | 0.78% | 0.86% | - |
| XYZ | 28.2 | 52.08 | 11.47 | - |
| YUV | 154.17 | 68.64 | 65.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 219 | 49 | 0.69 | 0 | 0.78 | 0.14 | 113.65 | 0.7 | 0.53 |
| Hex | 43 | DB | 31 | 45 | 0 | 4E | E | 72 | 46 | 35 |
| Octal | 103 | 333 | 61 | 105 | 0 | 116 | 16 | 162 | 106 | 65 |
| Binary | 1000011 | 11011011 | 110001 | 1000101 | 0 | 1001110 | 1110 | 1110010 | 1000110 | 110101 |
Color Harmonies of #43DB31
Complementary color
Monochromatic Colors of #43DB31
Black with #43DB31
Text Example
Text Example
White with #43DB31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43DB31; }
p { color: rgb(67,219,49); }
H1.HeaderClassName
{
color: #43DB31;
}
.AnyTagClassName
{
color: #43DB31;
}
</style>
background-color css
<style>
a { background-color: #43DB31; }
a { background-color: rgb(67,219,49); }
div.DivClassName
{
background-color: #43DB31;
}
.BgClassName
{
background-color: #43DB31;
}
</style>
border-color css
<style>
span { border-color: #43DB31; }
span { border-color: rgb(67,219,49); }
td.TdClassName
{
border-color: #43DB31;
}
.TagClassName
{
border-color: #43DB31;
}
</style>