Shades of Lime Green #43BD3F
Tints of Lime Green #43BD3F
RGB
CMYK
RGB Variations
Color information
#43BD3F (or 0x43BD3F) is known color: Lime Green. HEX triplet: 43, BD and 3F. RGB value is (67,189,63). Sum of RGB (Red+Green+Blue) = 67+189+63=319 (42% of max value = 765). Red value is 67 (26.56% from 255 or 21.00% from 319); Green value is 189 (74.22% from 255 or 59.25% from 319); Blue value is 63 (25% from 255 or 19.75% from 319); Max value from RGB is 189 - color contains mainly: green. Hex color #43BD3F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43BD3F is #BC42C0. Grayscale: #8A8A8A. Windows color (decimal): -12337857 or 4177219. OLE color: 4177219.
HSL color Cylindrical-coordinate representation of color #43BD3F: hue angle of 118.1º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #43BD3F is Cyan = 0.65, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 67 | 189 | 63 | - |
| CMYK | 0.65 | 0 | 0.67 | 0.26 |
| HSL | 118.1º | 0.5% | 0.49% | - |
| HSV(B) | 118.1º | 0.67% | 0.74% | - |
| XYZ | 21.41 | 37.95 | 10.9 | - |
| YUV | 138.16 | 85.58 | 77.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 189 | 63 | 0.65 | 0 | 0.67 | 0.26 | 118.1 | 0.5 | 0.49 |
| Hex | 43 | BD | 3F | 41 | 0 | 43 | 1A | 76 | 32 | 31 |
| Octal | 103 | 275 | 77 | 101 | 0 | 103 | 32 | 166 | 62 | 61 |
| Binary | 1000011 | 10111101 | 111111 | 1000001 | 0 | 1000011 | 11010 | 1110110 | 110010 | 110001 |
Color Harmonies of #43BD3F
Complementary color
Monochromatic Colors of #43BD3F
Black with #43BD3F
Text Example
Text Example
White with #43BD3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43BD3F; }
p { color: rgb(67,189,63); }
H1.HeaderClassName
{
color: #43BD3F;
}
.AnyTagClassName
{
color: #43BD3F;
}
</style>
background-color css
<style>
a { background-color: #43BD3F; }
a { background-color: rgb(67,189,63); }
div.DivClassName
{
background-color: #43BD3F;
}
.BgClassName
{
background-color: #43BD3F;
}
</style>
border-color css
<style>
span { border-color: #43BD3F; }
span { border-color: rgb(67,189,63); }
td.TdClassName
{
border-color: #43BD3F;
}
.TagClassName
{
border-color: #43BD3F;
}
</style>