Shades of Lime Green #43C332
Tints of Lime Green #43C332
RGB
CMYK
RGB Variations
Color information
#43C332 (or 0x43C332) is known color: Lime Green. HEX triplet: 43, C3 and 32. RGB value is (67,195,50). Sum of RGB (Red+Green+Blue) = 67+195+50=312 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.47% from 312); Green value is 195 (76.56% from 255 or 62.5% from 312); Blue value is 50 (19.92% from 255 or 16.03% from 312); Max value from RGB is 195 - color contains mainly: green. Hex color #43C332 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43C332 is #BC3CCD. Grayscale: #8C8C8C. Windows color (decimal): -12336334 or 3326787. OLE color: 3326787.
HSL color Cylindrical-coordinate representation of color #43C332: hue angle of 112.97º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #43C332 is Cyan = 0.66, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 67 | 195 | 50 | - |
| CMYK | 0.66 | 0 | 0.74 | 0.24 |
| HSL | 112.97º | 0.59% | 0.48% | - |
| HSV(B) | 112.97º | 0.74% | 0.76% | - |
| XYZ | 22.41 | 40.45 | 9.65 | - |
| YUV | 140.2 | 77.09 | 75.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 195 | 50 | 0.66 | 0 | 0.74 | 0.24 | 112.97 | 0.59 | 0.48 |
| Hex | 43 | C3 | 32 | 42 | 0 | 4A | 18 | 71 | 3B | 30 |
| Octal | 103 | 303 | 62 | 102 | 0 | 112 | 30 | 161 | 73 | 60 |
| Binary | 1000011 | 11000011 | 110010 | 1000010 | 0 | 1001010 | 11000 | 1110001 | 111011 | 110000 |
Color Harmonies of #43C332
Complementary color
Monochromatic Colors of #43C332
Black with #43C332
Text Example
Text Example
White with #43C332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43C332; }
p { color: rgb(67,195,50); }
H1.HeaderClassName
{
color: #43C332;
}
.AnyTagClassName
{
color: #43C332;
}
</style>
background-color css
<style>
a { background-color: #43C332; }
a { background-color: rgb(67,195,50); }
div.DivClassName
{
background-color: #43C332;
}
.BgClassName
{
background-color: #43C332;
}
</style>
border-color css
<style>
span { border-color: #43C332; }
span { border-color: rgb(67,195,50); }
td.TdClassName
{
border-color: #43C332;
}
.TagClassName
{
border-color: #43C332;
}
</style>