Shades of Lime Green #43DB1F
Tints of Lime Green #43DB1F
RGB
CMYK
RGB Variations
Color information
#43DB1F (or 0x43DB1F) is known color: Lime Green. HEX triplet: 43, DB and 1F. RGB value is (67,219,31). Sum of RGB (Red+Green+Blue) = 67+219+31=317 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.14% from 317); Green value is 219 (85.94% from 255 or 69.09% from 317); Blue value is 31 (12.5% from 255 or 9.78% from 317); Max value from RGB is 219 - color contains mainly: green. Hex color #43DB1F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43DB1F is #BC24E0. Grayscale: #989898. Windows color (decimal): -12330209 or 2087747. OLE color: 2087747.
HSL color Cylindrical-coordinate representation of color #43DB1F: hue angle of 108.51º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #43DB1F is Cyan = 0.69, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 67 | 219 | 31 | - |
| CMYK | 0.69 | 0 | 0.86 | 0.14 |
| HSL | 108.51º | 0.75% | 0.49% | - |
| HSV(B) | 108.51º | 0.86% | 0.86% | - |
| XYZ | 27.89 | 51.96 | 9.85 | - |
| YUV | 152.12 | 59.64 | 67.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 219 | 31 | 0.69 | 0 | 0.86 | 0.14 | 108.51 | 0.75 | 0.49 |
| Hex | 43 | DB | 1F | 45 | 0 | 56 | E | 6D | 4B | 31 |
| Octal | 103 | 333 | 37 | 105 | 0 | 126 | 16 | 155 | 113 | 61 |
| Binary | 1000011 | 11011011 | 11111 | 1000101 | 0 | 1010110 | 1110 | 1101101 | 1001011 | 110001 |
Color Harmonies of #43DB1F
Complementary color
Monochromatic Colors of #43DB1F
Black with #43DB1F
Text Example
Text Example
White with #43DB1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43DB1F; }
p { color: rgb(67,219,31); }
H1.HeaderClassName
{
color: #43DB1F;
}
.AnyTagClassName
{
color: #43DB1F;
}
</style>
background-color css
<style>
a { background-color: #43DB1F; }
a { background-color: rgb(67,219,31); }
div.DivClassName
{
background-color: #43DB1F;
}
.BgClassName
{
background-color: #43DB1F;
}
</style>
border-color css
<style>
span { border-color: #43DB1F; }
span { border-color: rgb(67,219,31); }
td.TdClassName
{
border-color: #43DB1F;
}
.TagClassName
{
border-color: #43DB1F;
}
</style>