Shades of Lime Green #43BD37
Tints of Lime Green #43BD37
RGB
CMYK
RGB Variations
Color information
#43BD37 (or 0x43BD37) is known color: Lime Green. HEX triplet: 43, BD and 37. RGB value is (67,189,55). Sum of RGB (Red+Green+Blue) = 67+189+55=311 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.54% from 311); Green value is 189 (74.22% from 255 or 60.77% from 311); Blue value is 55 (21.88% from 255 or 17.68% from 311); Max value from RGB is 189 - color contains mainly: green. Hex color #43BD37 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43BD37 is #BC42C8. Grayscale: #898989. Windows color (decimal): -12337865 or 3652931. OLE color: 3652931.
HSL color Cylindrical-coordinate representation of color #43BD37: hue angle of 114.63º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #43BD37 is Cyan = 0.65, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 67 | 189 | 55 | - |
| CMYK | 0.65 | 0 | 0.71 | 0.26 |
| HSL | 114.63º | 0.55% | 0.48% | - |
| HSV(B) | 114.63º | 0.71% | 0.74% | - |
| XYZ | 21.2 | 37.86 | 9.81 | - |
| YUV | 137.25 | 81.58 | 77.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 189 | 55 | 0.65 | 0 | 0.71 | 0.26 | 114.63 | 0.55 | 0.48 |
| Hex | 43 | BD | 37 | 41 | 0 | 47 | 1A | 73 | 37 | 30 |
| Octal | 103 | 275 | 67 | 101 | 0 | 107 | 32 | 163 | 67 | 60 |
| Binary | 1000011 | 10111101 | 110111 | 1000001 | 0 | 1000111 | 11010 | 1110011 | 110111 | 110000 |
Color Harmonies of #43BD37
Complementary color
Monochromatic Colors of #43BD37
Black with #43BD37
Text Example
Text Example
White with #43BD37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43BD37; }
p { color: rgb(67,189,55); }
H1.HeaderClassName
{
color: #43BD37;
}
.AnyTagClassName
{
color: #43BD37;
}
</style>
background-color css
<style>
a { background-color: #43BD37; }
a { background-color: rgb(67,189,55); }
div.DivClassName
{
background-color: #43BD37;
}
.BgClassName
{
background-color: #43BD37;
}
</style>
border-color css
<style>
span { border-color: #43BD37; }
span { border-color: rgb(67,189,55); }
td.TdClassName
{
border-color: #43BD37;
}
.TagClassName
{
border-color: #43BD37;
}
</style>