Shades of Lime Green #43B932
Tints of Lime Green #43B932
RGB
CMYK
RGB Variations
Color information
#43B932 (or 0x43B932) is known color: Lime Green. HEX triplet: 43, B9 and 32. RGB value is (67,185,50). Sum of RGB (Red+Green+Blue) = 67+185+50=302 (40% of max value = 765). Red value is 67 (26.56% from 255 or 22.19% from 302); Green value is 185 (72.66% from 255 or 61.26% from 302); Blue value is 50 (19.92% from 255 or 16.56% from 302); Max value from RGB is 185 - color contains mainly: green. Hex color #43B932 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43B932 is #BC46CD. Grayscale: #868686. Windows color (decimal): -12338894 or 3324227. OLE color: 3324227.
HSL color Cylindrical-coordinate representation of color #43B932: hue angle of 112.44º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #43B932 is Cyan = 0.64, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 67 | 185 | 50 | - |
| CMYK | 0.64 | 0 | 0.73 | 0.27 |
| HSL | 112.44º | 0.57% | 0.46% | - |
| HSV(B) | 112.44º | 0.73% | 0.73% | - |
| XYZ | 20.24 | 36.12 | 8.92 | - |
| YUV | 134.33 | 80.41 | 79.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 185 | 50 | 0.64 | 0 | 0.73 | 0.27 | 112.44 | 0.57 | 0.46 |
| Hex | 43 | B9 | 32 | 40 | 0 | 49 | 1B | 70 | 39 | 2E |
| Octal | 103 | 271 | 62 | 100 | 0 | 111 | 33 | 160 | 71 | 56 |
| Binary | 1000011 | 10111001 | 110010 | 1000000 | 0 | 1001001 | 11011 | 1110000 | 111001 | 101110 |
Color Harmonies of #43B932
Complementary color
Monochromatic Colors of #43B932
Black with #43B932
Text Example
Text Example
White with #43B932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43B932; }
p { color: rgb(67,185,50); }
H1.HeaderClassName
{
color: #43B932;
}
.AnyTagClassName
{
color: #43B932;
}
</style>
background-color css
<style>
a { background-color: #43B932; }
a { background-color: rgb(67,185,50); }
div.DivClassName
{
background-color: #43B932;
}
.BgClassName
{
background-color: #43B932;
}
</style>
border-color css
<style>
span { border-color: #43B932; }
span { border-color: rgb(67,185,50); }
td.TdClassName
{
border-color: #43B932;
}
.TagClassName
{
border-color: #43B932;
}
</style>