Shades of Lime Green #43C732
Tints of Lime Green #43C732
RGB
CMYK
RGB Variations
Color information
#43C732 (or 0x43C732) is known color: Lime Green. HEX triplet: 43, C7 and 32. RGB value is (67,199,50). Sum of RGB (Red+Green+Blue) = 67+199+50=316 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.20% from 316); Green value is 199 (78.12% from 255 or 62.97% from 316); Blue value is 50 (19.92% from 255 or 15.82% from 316); Max value from RGB is 199 - color contains mainly: green. Hex color #43C732 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43C732 is #BC38CD. Grayscale: #8F8F8F. Windows color (decimal): -12335310 or 3327811. OLE color: 3327811.
HSL color Cylindrical-coordinate representation of color #43C732: hue angle of 113.15º 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 #43C732 is Cyan = 0.66, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 67 | 199 | 50 | - |
| CMYK | 0.66 | 0 | 0.75 | 0.22 |
| HSL | 113.15º | 0.6% | 0.49% | - |
| HSV(B) | 113.15º | 0.75% | 0.78% | - |
| XYZ | 23.31 | 42.27 | 9.95 | - |
| YUV | 142.55 | 75.77 | 74.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 199 | 50 | 0.66 | 0 | 0.75 | 0.22 | 113.15 | 0.6 | 0.49 |
| Hex | 43 | C7 | 32 | 42 | 0 | 4B | 16 | 71 | 3C | 31 |
| Octal | 103 | 307 | 62 | 102 | 0 | 113 | 26 | 161 | 74 | 61 |
| Binary | 1000011 | 11000111 | 110010 | 1000010 | 0 | 1001011 | 10110 | 1110001 | 111100 | 110001 |
Color Harmonies of #43C732
Complementary color
Monochromatic Colors of #43C732
Black with #43C732
Text Example
Text Example
White with #43C732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43C732; }
p { color: rgb(67,199,50); }
H1.HeaderClassName
{
color: #43C732;
}
.AnyTagClassName
{
color: #43C732;
}
</style>
background-color css
<style>
a { background-color: #43C732; }
a { background-color: rgb(67,199,50); }
div.DivClassName
{
background-color: #43C732;
}
.BgClassName
{
background-color: #43C732;
}
</style>
border-color css
<style>
span { border-color: #43C732; }
span { border-color: rgb(67,199,50); }
td.TdClassName
{
border-color: #43C732;
}
.TagClassName
{
border-color: #43C732;
}
</style>