Shades of Lime Green #43BB37
Tints of Lime Green #43BB37
RGB
CMYK
RGB Variations
Color information
#43BB37 (or 0x43BB37) is known color: Lime Green. HEX triplet: 43, BB and 37. RGB value is (67,187,55). Sum of RGB (Red+Green+Blue) = 67+187+55=309 (40% of max value = 765). Red value is 67 (26.56% from 255 or 21.68% from 309); Green value is 187 (73.44% from 255 or 60.52% from 309); Blue value is 55 (21.88% from 255 or 17.80% from 309); Max value from RGB is 187 - color contains mainly: green. Hex color #43BB37 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43BB37 is #BC44C8. Grayscale: #888888. Windows color (decimal): -12338377 or 3652419. OLE color: 3652419.
HSL color Cylindrical-coordinate representation of color #43BB37: hue angle of 114.55º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #43BB37 is Cyan = 0.64, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 67 | 187 | 55 | - |
| CMYK | 0.64 | 0 | 0.71 | 0.27 |
| HSL | 114.55º | 0.55% | 0.47% | - |
| HSV(B) | 114.55º | 0.71% | 0.73% | - |
| XYZ | 20.77 | 37.01 | 9.66 | - |
| YUV | 136.07 | 82.24 | 78.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 187 | 55 | 0.64 | 0 | 0.71 | 0.27 | 114.55 | 0.55 | 0.47 |
| Hex | 43 | BB | 37 | 40 | 0 | 47 | 1B | 73 | 37 | 2F |
| Octal | 103 | 273 | 67 | 100 | 0 | 107 | 33 | 163 | 67 | 57 |
| Binary | 1000011 | 10111011 | 110111 | 1000000 | 0 | 1000111 | 11011 | 1110011 | 110111 | 101111 |
Color Harmonies of #43BB37
Complementary color
Monochromatic Colors of #43BB37
Black with #43BB37
Text Example
Text Example
White with #43BB37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43BB37; }
p { color: rgb(67,187,55); }
H1.HeaderClassName
{
color: #43BB37;
}
.AnyTagClassName
{
color: #43BB37;
}
</style>
background-color css
<style>
a { background-color: #43BB37; }
a { background-color: rgb(67,187,55); }
div.DivClassName
{
background-color: #43BB37;
}
.BgClassName
{
background-color: #43BB37;
}
</style>
border-color css
<style>
span { border-color: #43BB37; }
span { border-color: rgb(67,187,55); }
td.TdClassName
{
border-color: #43BB37;
}
.TagClassName
{
border-color: #43BB37;
}
</style>