Shades of Lime Green #43DB4A
Tints of Lime Green #43DB4A
RGB
CMYK
RGB Variations
Color information
#43DB4A (or 0x43DB4A) is known color: Lime Green. HEX triplet: 43, DB and 4A. RGB value is (67,219,74). Sum of RGB (Red+Green+Blue) = 67+219+74=360 (47% of max value = 765). Red value is 67 (26.56% from 255 or 18.61% from 360); Green value is 219 (85.94% from 255 or 60.83% from 360); Blue value is 74 (29.30% from 255 or 20.56% from 360); Max value from RGB is 219 - color contains mainly: green. Hex color #43DB4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43DB4A is #BC24B5. Grayscale: #9D9D9D. Windows color (decimal): -12330166 or 4905795. OLE color: 4905795.
HSL color Cylindrical-coordinate representation of color #43DB4A: hue angle of 122.76º 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 #43DB4A is Cyan = 0.69, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 67 | 219 | 74 | - |
| CMYK | 0.69 | 0 | 0.66 | 0.14 |
| HSL | 122.76º | 0.68% | 0.56% | - |
| HSV(B) | 122.76º | 0.69% | 0.86% | - |
| XYZ | 28.88 | 52.35 | 15.06 | - |
| YUV | 157.02 | 81.14 | 63.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 219 | 74 | 0.69 | 0 | 0.66 | 0.14 | 122.76 | 0.68 | 0.56 |
| Hex | 43 | DB | 4A | 45 | 0 | 42 | E | 7B | 44 | 38 |
| Octal | 103 | 333 | 112 | 105 | 0 | 102 | 16 | 173 | 104 | 70 |
| Binary | 1000011 | 11011011 | 1001010 | 1000101 | 0 | 1000010 | 1110 | 1111011 | 1000100 | 111000 |
Color Harmonies of #43DB4A
Complementary color
Monochromatic Colors of #43DB4A
Black with #43DB4A
Text Example
Text Example
White with #43DB4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43DB4A; }
p { color: rgb(67,219,74); }
H1.HeaderClassName
{
color: #43DB4A;
}
.AnyTagClassName
{
color: #43DB4A;
}
</style>
background-color css
<style>
a { background-color: #43DB4A; }
a { background-color: rgb(67,219,74); }
div.DivClassName
{
background-color: #43DB4A;
}
.BgClassName
{
background-color: #43DB4A;
}
</style>
border-color css
<style>
span { border-color: #43DB4A; }
span { border-color: rgb(67,219,74); }
td.TdClassName
{
border-color: #43DB4A;
}
.TagClassName
{
border-color: #43DB4A;
}
</style>