Shades of Lime Green #43DC29
Tints of Lime Green #43DC29
RGB
CMYK
RGB Variations
Color information
#43DC29 (or 0x43DC29) is known color: Lime Green. HEX triplet: 43, DC and 29. RGB value is (67,220,41). Sum of RGB (Red+Green+Blue) = 67+220+41=328 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.43% from 328); Green value is 220 (86.33% from 255 or 67.07% from 328); Blue value is 41 (16.41% from 255 or 12.5% from 328); Max value from RGB is 220 - color contains mainly: green. Hex color #43DC29 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43DC29 is #BC23D6. Grayscale: #9A9A9A. Windows color (decimal): -12329943 or 2743363. OLE color: 2743363.
HSL color Cylindrical-coordinate representation of color #43DC29: hue angle of 111.28º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #43DC29 is Cyan = 0.70, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 67 | 220 | 41 | - |
| CMYK | 0.70 | 0 | 0.81 | 0.14 |
| HSL | 111.28º | 0.72% | 0.51% | - |
| HSV(B) | 111.28º | 0.81% | 0.86% | - |
| XYZ | 28.31 | 52.54 | 10.75 | - |
| YUV | 153.85 | 64.31 | 66.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 220 | 41 | 0.70 | 0 | 0.81 | 0.14 | 111.28 | 0.72 | 0.51 |
| Hex | 43 | DC | 29 | 46 | 0 | 51 | E | 6F | 48 | 33 |
| Octal | 103 | 334 | 51 | 106 | 0 | 121 | 16 | 157 | 110 | 63 |
| Binary | 1000011 | 11011100 | 101001 | 1000110 | 0 | 1010001 | 1110 | 1101111 | 1001000 | 110011 |
Color Harmonies of #43DC29
Complementary color
Monochromatic Colors of #43DC29
Black with #43DC29
Text Example
Text Example
White with #43DC29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43DC29; }
p { color: rgb(67,220,41); }
H1.HeaderClassName
{
color: #43DC29;
}
.AnyTagClassName
{
color: #43DC29;
}
</style>
background-color css
<style>
a { background-color: #43DC29; }
a { background-color: rgb(67,220,41); }
div.DivClassName
{
background-color: #43DC29;
}
.BgClassName
{
background-color: #43DC29;
}
</style>
border-color css
<style>
span { border-color: #43DC29; }
span { border-color: rgb(67,220,41); }
td.TdClassName
{
border-color: #43DC29;
}
.TagClassName
{
border-color: #43DC29;
}
</style>