Shades of Lime Green #43B232
Tints of Lime Green #43B232
RGB
CMYK
RGB Variations
Color information
#43B232 (or 0x43B232) is known color: Lime Green. HEX triplet: 43, B2 and 32. RGB value is (67,178,50). Sum of RGB (Red+Green+Blue) = 67+178+50=295 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.71% from 295); Green value is 178 (69.92% from 255 or 60.34% from 295); Blue value is 50 (19.92% from 255 or 16.95% from 295); Max value from RGB is 178 - color contains mainly: green. Hex color #43B232 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #43B232 is #BC4DCD. Grayscale: #828282. Windows color (decimal): -12340686 or 3322435. OLE color: 3322435.
HSL color Cylindrical-coordinate representation of color #43B232: hue angle of 112.03º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #43B232 is Cyan = 0.62, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 67 | 178 | 50 | - |
| CMYK | 0.62 | 0 | 0.72 | 0.30 |
| HSL | 112.03º | 0.56% | 0.45% | - |
| HSV(B) | 112.03º | 0.72% | 0.7% | - |
| XYZ | 18.81 | 33.26 | 8.45 | - |
| YUV | 130.22 | 82.73 | 82.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 178 | 50 | 0.62 | 0 | 0.72 | 0.30 | 112.03 | 0.56 | 0.45 |
| Hex | 43 | B2 | 32 | 3E | 0 | 48 | 1E | 70 | 38 | 2D |
| Octal | 103 | 262 | 62 | 76 | 0 | 110 | 36 | 160 | 70 | 55 |
| Binary | 1000011 | 10110010 | 110010 | 111110 | 0 | 1001000 | 11110 | 1110000 | 111000 | 101101 |
Color Harmonies of #43B232
Complementary color
Monochromatic Colors of #43B232
Black with #43B232
Text Example
Text Example
White with #43B232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43B232; }
p { color: rgb(67,178,50); }
H1.HeaderClassName
{
color: #43B232;
}
.AnyTagClassName
{
color: #43B232;
}
</style>
background-color css
<style>
a { background-color: #43B232; }
a { background-color: rgb(67,178,50); }
div.DivClassName
{
background-color: #43B232;
}
.BgClassName
{
background-color: #43B232;
}
</style>
border-color css
<style>
span { border-color: #43B232; }
span { border-color: rgb(67,178,50); }
td.TdClassName
{
border-color: #43B232;
}
.TagClassName
{
border-color: #43B232;
}
</style>