Shades of Lime Green #43BD3D
Tints of Lime Green #43BD3D
RGB
CMYK
RGB Variations
Color information
#43BD3D (or 0x43BD3D) is known color: Lime Green. HEX triplet: 43, BD and 3D. RGB value is (67,189,61). Sum of RGB (Red+Green+Blue) = 67+189+61=317 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.14% from 317); Green value is 189 (74.22% from 255 or 59.62% from 317); Blue value is 61 (24.22% from 255 or 19.24% from 317); Max value from RGB is 189 - color contains mainly: green. Hex color #43BD3D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43BD3D is #BC42C2. Grayscale: #8A8A8A. Windows color (decimal): -12337859 or 4046147. OLE color: 4046147.
HSL color Cylindrical-coordinate representation of color #43BD3D: hue angle of 117.19º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #43BD3D is Cyan = 0.65, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 67 | 189 | 61 | - |
| CMYK | 0.65 | 0 | 0.68 | 0.26 |
| HSL | 117.19º | 0.51% | 0.49% | - |
| HSV(B) | 117.19º | 0.68% | 0.74% | - |
| XYZ | 21.35 | 37.93 | 10.61 | - |
| YUV | 137.93 | 84.58 | 77.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 189 | 61 | 0.65 | 0 | 0.68 | 0.26 | 117.19 | 0.51 | 0.49 |
| Hex | 43 | BD | 3D | 41 | 0 | 44 | 1A | 75 | 33 | 31 |
| Octal | 103 | 275 | 75 | 101 | 0 | 104 | 32 | 165 | 63 | 61 |
| Binary | 1000011 | 10111101 | 111101 | 1000001 | 0 | 1000100 | 11010 | 1110101 | 110011 | 110001 |
Color Harmonies of #43BD3D
Complementary color
Monochromatic Colors of #43BD3D
Black with #43BD3D
Text Example
Text Example
White with #43BD3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43BD3D; }
p { color: rgb(67,189,61); }
H1.HeaderClassName
{
color: #43BD3D;
}
.AnyTagClassName
{
color: #43BD3D;
}
</style>
background-color css
<style>
a { background-color: #43BD3D; }
a { background-color: rgb(67,189,61); }
div.DivClassName
{
background-color: #43BD3D;
}
.BgClassName
{
background-color: #43BD3D;
}
</style>
border-color css
<style>
span { border-color: #43BD3D; }
span { border-color: rgb(67,189,61); }
td.TdClassName
{
border-color: #43BD3D;
}
.TagClassName
{
border-color: #43BD3D;
}
</style>