Shades of Lime Green #43C829
Tints of Lime Green #43C829
RGB
CMYK
RGB Variations
Color information
#43C829 (or 0x43C829) is known color: Lime Green. HEX triplet: 43, C8 and 29. RGB value is (67,200,41). Sum of RGB (Red+Green+Blue) = 67+200+41=308 (40% of max value = 765). Red value is 67 (26.56% from 255 or 21.75% from 308); Green value is 200 (78.52% from 255 or 64.94% from 308); Blue value is 41 (16.41% from 255 or 13.31% from 308); Max value from RGB is 200 - color contains mainly: green. Hex color #43C829 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43C829 is #BC37D6. Grayscale: #8E8E8E. Windows color (decimal): -12335063 or 2738243. OLE color: 2738243.
HSL color Cylindrical-coordinate representation of color #43C829: hue angle of 110.19º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #43C829 is Cyan = 0.66, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 67 | 200 | 41 | - |
| CMYK | 0.66 | 0 | 0.80 | 0.22 |
| HSL | 110.19º | 0.66% | 0.47% | - |
| HSV(B) | 110.19º | 0.8% | 0.78% | - |
| XYZ | 23.37 | 42.66 | 9.1 | - |
| YUV | 142.11 | 70.94 | 74.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 200 | 41 | 0.66 | 0 | 0.80 | 0.22 | 110.19 | 0.66 | 0.47 |
| Hex | 43 | C8 | 29 | 42 | 0 | 50 | 16 | 6E | 42 | 2F |
| Octal | 103 | 310 | 51 | 102 | 0 | 120 | 26 | 156 | 102 | 57 |
| Binary | 1000011 | 11001000 | 101001 | 1000010 | 0 | 1010000 | 10110 | 1101110 | 1000010 | 101111 |
Color Harmonies of #43C829
Complementary color
Monochromatic Colors of #43C829
Black with #43C829
Text Example
Text Example
White with #43C829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43C829; }
p { color: rgb(67,200,41); }
H1.HeaderClassName
{
color: #43C829;
}
.AnyTagClassName
{
color: #43C829;
}
</style>
background-color css
<style>
a { background-color: #43C829; }
a { background-color: rgb(67,200,41); }
div.DivClassName
{
background-color: #43C829;
}
.BgClassName
{
background-color: #43C829;
}
</style>
border-color css
<style>
span { border-color: #43C829; }
span { border-color: rgb(67,200,41); }
td.TdClassName
{
border-color: #43C829;
}
.TagClassName
{
border-color: #43C829;
}
</style>