Shades of Lime Green #43C532
Tints of Lime Green #43C532
RGB
CMYK
RGB Variations
Color information
#43C532 (or 0x43C532) is known color: Lime Green. HEX triplet: 43, C5 and 32. RGB value is (67,197,50). Sum of RGB (Red+Green+Blue) = 67+197+50=314 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.34% from 314); Green value is 197 (77.34% from 255 or 62.74% from 314); Blue value is 50 (19.92% from 255 or 15.92% from 314); Max value from RGB is 197 - color contains mainly: green. Hex color #43C532 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43C532 is #BC3ACD. Grayscale: #8D8D8D. Windows color (decimal): -12335822 or 3327299. OLE color: 3327299.
HSL color Cylindrical-coordinate representation of color #43C532: hue angle of 113.06º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #43C532 is Cyan = 0.66, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 67 | 197 | 50 | - |
| CMYK | 0.66 | 0 | 0.75 | 0.23 |
| HSL | 113.06º | 0.6% | 0.48% | - |
| HSV(B) | 113.06º | 0.75% | 0.77% | - |
| XYZ | 22.86 | 41.36 | 9.8 | - |
| YUV | 141.37 | 76.43 | 74.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 197 | 50 | 0.66 | 0 | 0.75 | 0.23 | 113.06 | 0.6 | 0.48 |
| Hex | 43 | C5 | 32 | 42 | 0 | 4B | 17 | 71 | 3C | 30 |
| Octal | 103 | 305 | 62 | 102 | 0 | 113 | 27 | 161 | 74 | 60 |
| Binary | 1000011 | 11000101 | 110010 | 1000010 | 0 | 1001011 | 10111 | 1110001 | 111100 | 110000 |
Color Harmonies of #43C532
Complementary color
Monochromatic Colors of #43C532
Black with #43C532
Text Example
Text Example
White with #43C532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43C532; }
p { color: rgb(67,197,50); }
H1.HeaderClassName
{
color: #43C532;
}
.AnyTagClassName
{
color: #43C532;
}
</style>
background-color css
<style>
a { background-color: #43C532; }
a { background-color: rgb(67,197,50); }
div.DivClassName
{
background-color: #43C532;
}
.BgClassName
{
background-color: #43C532;
}
</style>
border-color css
<style>
span { border-color: #43C532; }
span { border-color: rgb(67,197,50); }
td.TdClassName
{
border-color: #43C532;
}
.TagClassName
{
border-color: #43C532;
}
</style>