Shades of Lime Green #43BD38
Tints of Lime Green #43BD38
RGB
CMYK
RGB Variations
Color information
#43BD38 (or 0x43BD38) is known color: Lime Green. HEX triplet: 43, BD and 38. RGB value is (67,189,56). Sum of RGB (Red+Green+Blue) = 67+189+56=312 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.47% from 312); Green value is 189 (74.22% from 255 or 60.58% from 312); Blue value is 56 (22.27% from 255 or 17.95% from 312); Max value from RGB is 189 - color contains mainly: green. Hex color #43BD38 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43BD38 is #BC42C7. Grayscale: #898989. Windows color (decimal): -12337864 or 3718467. OLE color: 3718467.
HSL color Cylindrical-coordinate representation of color #43BD38: hue angle of 115.04º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #43BD38 is Cyan = 0.65, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 67 | 189 | 56 | - |
| CMYK | 0.65 | 0 | 0.70 | 0.26 |
| HSL | 115.04º | 0.54% | 0.48% | - |
| HSV(B) | 115.04º | 0.7% | 0.74% | - |
| XYZ | 21.23 | 37.87 | 9.93 | - |
| YUV | 137.36 | 82.08 | 77.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 189 | 56 | 0.65 | 0 | 0.70 | 0.26 | 115.04 | 0.54 | 0.48 |
| Hex | 43 | BD | 38 | 41 | 0 | 46 | 1A | 73 | 36 | 30 |
| Octal | 103 | 275 | 70 | 101 | 0 | 106 | 32 | 163 | 66 | 60 |
| Binary | 1000011 | 10111101 | 111000 | 1000001 | 0 | 1000110 | 11010 | 1110011 | 110110 | 110000 |
Color Harmonies of #43BD38
Complementary color
Monochromatic Colors of #43BD38
Black with #43BD38
Text Example
Text Example
White with #43BD38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43BD38; }
p { color: rgb(67,189,56); }
H1.HeaderClassName
{
color: #43BD38;
}
.AnyTagClassName
{
color: #43BD38;
}
</style>
background-color css
<style>
a { background-color: #43BD38; }
a { background-color: rgb(67,189,56); }
div.DivClassName
{
background-color: #43BD38;
}
.BgClassName
{
background-color: #43BD38;
}
</style>
border-color css
<style>
span { border-color: #43BD38; }
span { border-color: rgb(67,189,56); }
td.TdClassName
{
border-color: #43BD38;
}
.TagClassName
{
border-color: #43BD38;
}
</style>