Shades of Lime Green #43BD3E
Tints of Lime Green #43BD3E
RGB
CMYK
RGB Variations
Color information
#43BD3E (or 0x43BD3E) is known color: Lime Green. HEX triplet: 43, BD and 3E. RGB value is (67,189,62). Sum of RGB (Red+Green+Blue) = 67+189+62=318 (42% of max value = 765). Red value is 67 (26.56% from 255 or 21.07% from 318); Green value is 189 (74.22% from 255 or 59.43% from 318); Blue value is 62 (24.61% from 255 or 19.50% from 318); Max value from RGB is 189 - color contains mainly: green. Hex color #43BD3E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43BD3E is #BC42C1. Grayscale: #8A8A8A. Windows color (decimal): -12337858 or 4111683. OLE color: 4111683.
HSL color Cylindrical-coordinate representation of color #43BD3E: hue angle of 117.64º degrees, saturation: 0.51, 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 #43BD3E is Cyan = 0.65, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 67 | 189 | 62 | - |
| CMYK | 0.65 | 0 | 0.67 | 0.26 |
| HSL | 117.64º | 0.51% | 0.49% | - |
| HSV(B) | 117.64º | 0.67% | 0.74% | - |
| XYZ | 21.38 | 37.94 | 10.75 | - |
| YUV | 138.04 | 85.08 | 77.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 189 | 62 | 0.65 | 0 | 0.67 | 0.26 | 117.64 | 0.51 | 0.49 |
| Hex | 43 | BD | 3E | 41 | 0 | 43 | 1A | 76 | 33 | 31 |
| Octal | 103 | 275 | 76 | 101 | 0 | 103 | 32 | 166 | 63 | 61 |
| Binary | 1000011 | 10111101 | 111110 | 1000001 | 0 | 1000011 | 11010 | 1110110 | 110011 | 110001 |
Color Harmonies of #43BD3E
Complementary color
Monochromatic Colors of #43BD3E
Black with #43BD3E
Text Example
Text Example
White with #43BD3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43BD3E; }
p { color: rgb(67,189,62); }
H1.HeaderClassName
{
color: #43BD3E;
}
.AnyTagClassName
{
color: #43BD3E;
}
</style>
background-color css
<style>
a { background-color: #43BD3E; }
a { background-color: rgb(67,189,62); }
div.DivClassName
{
background-color: #43BD3E;
}
.BgClassName
{
background-color: #43BD3E;
}
</style>
border-color css
<style>
span { border-color: #43BD3E; }
span { border-color: rgb(67,189,62); }
td.TdClassName
{
border-color: #43BD3E;
}
.TagClassName
{
border-color: #43BD3E;
}
</style>