Shades of Lime Green #43BB2E
Tints of Lime Green #43BB2E
RGB
CMYK
RGB Variations
Color information
#43BB2E (or 0x43BB2E) is known color: Lime Green. HEX triplet: 43, BB and 2E. RGB value is (67,187,46). Sum of RGB (Red+Green+Blue) = 67+187+46=300 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.33% from 300); Green value is 187 (73.44% from 255 or 62.33% from 300); Blue value is 46 (18.36% from 255 or 15.33% from 300); Max value from RGB is 187 - color contains mainly: green. Hex color #43BB2E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43BB2E is #BC44D1. Grayscale: #878787. Windows color (decimal): -12338386 or 3062595. OLE color: 3062595.
HSL color Cylindrical-coordinate representation of color #43BB2E: hue angle of 111.06º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #43BB2E is Cyan = 0.64, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 67 | 187 | 46 | - |
| CMYK | 0.64 | 0 | 0.75 | 0.27 |
| HSL | 111.06º | 0.61% | 0.46% | - |
| HSV(B) | 111.06º | 0.75% | 0.73% | - |
| XYZ | 20.58 | 36.93 | 8.63 | - |
| YUV | 135.05 | 77.74 | 79.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 187 | 46 | 0.64 | 0 | 0.75 | 0.27 | 111.06 | 0.61 | 0.46 |
| Hex | 43 | BB | 2E | 40 | 0 | 4B | 1B | 6F | 3D | 2E |
| Octal | 103 | 273 | 56 | 100 | 0 | 113 | 33 | 157 | 75 | 56 |
| Binary | 1000011 | 10111011 | 101110 | 1000000 | 0 | 1001011 | 11011 | 1101111 | 111101 | 101110 |
Color Harmonies of #43BB2E
Complementary color
Monochromatic Colors of #43BB2E
Black with #43BB2E
Text Example
Text Example
White with #43BB2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43BB2E; }
p { color: rgb(67,187,46); }
H1.HeaderClassName
{
color: #43BB2E;
}
.AnyTagClassName
{
color: #43BB2E;
}
</style>
background-color css
<style>
a { background-color: #43BB2E; }
a { background-color: rgb(67,187,46); }
div.DivClassName
{
background-color: #43BB2E;
}
.BgClassName
{
background-color: #43BB2E;
}
</style>
border-color css
<style>
span { border-color: #43BB2E; }
span { border-color: rgb(67,187,46); }
td.TdClassName
{
border-color: #43BB2E;
}
.TagClassName
{
border-color: #43BB2E;
}
</style>