Shades of Lime Green #43C832
Tints of Lime Green #43C832
RGB
CMYK
RGB Variations
Color information
#43C832 (or 0x43C832) is known color: Lime Green. HEX triplet: 43, C8 and 32. RGB value is (67,200,50). Sum of RGB (Red+Green+Blue) = 67+200+50=317 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.14% from 317); Green value is 200 (78.52% from 255 or 63.09% from 317); Blue value is 50 (19.92% from 255 or 15.77% from 317); Max value from RGB is 200 - color contains mainly: green. Hex color #43C832 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43C832 is #BC37CD. Grayscale: #8F8F8F. Windows color (decimal): -12335054 or 3328067. OLE color: 3328067.
HSL color Cylindrical-coordinate representation of color #43C832: hue angle of 113.2º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #43C832 is Cyan = 0.66, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 67 | 200 | 50 | - |
| CMYK | 0.66 | 0 | 0.75 | 0.22 |
| HSL | 113.2º | 0.6% | 0.49% | - |
| HSV(B) | 113.2º | 0.75% | 0.78% | - |
| XYZ | 23.54 | 42.73 | 10.02 | - |
| YUV | 143.13 | 75.44 | 73.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 200 | 50 | 0.66 | 0 | 0.75 | 0.22 | 113.2 | 0.6 | 0.49 |
| Hex | 43 | C8 | 32 | 42 | 0 | 4B | 16 | 71 | 3C | 31 |
| Octal | 103 | 310 | 62 | 102 | 0 | 113 | 26 | 161 | 74 | 61 |
| Binary | 1000011 | 11001000 | 110010 | 1000010 | 0 | 1001011 | 10110 | 1110001 | 111100 | 110001 |
Color Harmonies of #43C832
Complementary color
Monochromatic Colors of #43C832
Black with #43C832
Text Example
Text Example
White with #43C832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43C832; }
p { color: rgb(67,200,50); }
H1.HeaderClassName
{
color: #43C832;
}
.AnyTagClassName
{
color: #43C832;
}
</style>
background-color css
<style>
a { background-color: #43C832; }
a { background-color: rgb(67,200,50); }
div.DivClassName
{
background-color: #43C832;
}
.BgClassName
{
background-color: #43C832;
}
</style>
border-color css
<style>
span { border-color: #43C832; }
span { border-color: rgb(67,200,50); }
td.TdClassName
{
border-color: #43C832;
}
.TagClassName
{
border-color: #43C832;
}
</style>