Shades of Lime Green #43DB22
Tints of Lime Green #43DB22
RGB
CMYK
RGB Variations
Color information
#43DB22 (or 0x43DB22) is known color: Lime Green. HEX triplet: 43, DB and 22. RGB value is (67,219,34). Sum of RGB (Red+Green+Blue) = 67+219+34=320 (42% of max value = 765). Red value is 67 (26.56% from 255 or 20.94% from 320); Green value is 219 (85.94% from 255 or 68.44% from 320); Blue value is 34 (13.67% from 255 or 10.62% from 320); Max value from RGB is 219 - color contains mainly: green. Hex color #43DB22 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43DB22 is #BC24DD. Grayscale: #999999. Windows color (decimal): -12330206 or 2284355. OLE color: 2284355.
HSL color Cylindrical-coordinate representation of color #43DB22: hue angle of 109.3º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #43DB22 is Cyan = 0.69, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 67 | 219 | 34 | - |
| CMYK | 0.69 | 0 | 0.84 | 0.14 |
| HSL | 109.3º | 0.73% | 0.5% | - |
| HSV(B) | 109.3º | 0.84% | 0.86% | - |
| XYZ | 27.93 | 51.97 | 10.07 | - |
| YUV | 152.46 | 61.14 | 67.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 219 | 34 | 0.69 | 0 | 0.84 | 0.14 | 109.3 | 0.73 | 0.5 |
| Hex | 43 | DB | 22 | 45 | 0 | 54 | E | 6D | 49 | 32 |
| Octal | 103 | 333 | 42 | 105 | 0 | 124 | 16 | 155 | 111 | 62 |
| Binary | 1000011 | 11011011 | 100010 | 1000101 | 0 | 1010100 | 1110 | 1101101 | 1001001 | 110010 |
Color Harmonies of #43DB22
Complementary color
Monochromatic Colors of #43DB22
Black with #43DB22
Text Example
Text Example
White with #43DB22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43DB22; }
p { color: rgb(67,219,34); }
H1.HeaderClassName
{
color: #43DB22;
}
.AnyTagClassName
{
color: #43DB22;
}
</style>
background-color css
<style>
a { background-color: #43DB22; }
a { background-color: rgb(67,219,34); }
div.DivClassName
{
background-color: #43DB22;
}
.BgClassName
{
background-color: #43DB22;
}
</style>
border-color css
<style>
span { border-color: #43DB22; }
span { border-color: rgb(67,219,34); }
td.TdClassName
{
border-color: #43DB22;
}
.TagClassName
{
border-color: #43DB22;
}
</style>