Shades of Lime Green #43BA3F
Tints of Lime Green #43BA3F
RGB
CMYK
RGB Variations
Color information
#43BA3F (or 0x43BA3F) is known color: Lime Green. HEX triplet: 43, BA and 3F. RGB value is (67,186,63). Sum of RGB (Red+Green+Blue) = 67+186+63=316 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.20% from 316); Green value is 186 (73.05% from 255 or 58.86% from 316); Blue value is 63 (25% from 255 or 19.94% from 316); Max value from RGB is 186 - color contains mainly: green. Hex color #43BA3F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43BA3F is #BC45C0. Grayscale: #888888. Windows color (decimal): -12338625 or 4176451. OLE color: 4176451.
HSL color Cylindrical-coordinate representation of color #43BA3F: hue angle of 118.05º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #43BA3F is Cyan = 0.64, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 67 | 186 | 63 | - |
| CMYK | 0.64 | 0 | 0.66 | 0.27 |
| HSL | 118.05º | 0.49% | 0.49% | - |
| HSV(B) | 118.05º | 0.66% | 0.73% | - |
| XYZ | 20.77 | 36.67 | 10.69 | - |
| YUV | 136.4 | 86.58 | 78.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 186 | 63 | 0.64 | 0 | 0.66 | 0.27 | 118.05 | 0.49 | 0.49 |
| Hex | 43 | BA | 3F | 40 | 0 | 42 | 1B | 76 | 31 | 31 |
| Octal | 103 | 272 | 77 | 100 | 0 | 102 | 33 | 166 | 61 | 61 |
| Binary | 1000011 | 10111010 | 111111 | 1000000 | 0 | 1000010 | 11011 | 1110110 | 110001 | 110001 |
Color Harmonies of #43BA3F
Complementary color
Monochromatic Colors of #43BA3F
Black with #43BA3F
Text Example
Text Example
White with #43BA3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43BA3F; }
p { color: rgb(67,186,63); }
H1.HeaderClassName
{
color: #43BA3F;
}
.AnyTagClassName
{
color: #43BA3F;
}
</style>
background-color css
<style>
a { background-color: #43BA3F; }
a { background-color: rgb(67,186,63); }
div.DivClassName
{
background-color: #43BA3F;
}
.BgClassName
{
background-color: #43BA3F;
}
</style>
border-color css
<style>
span { border-color: #43BA3F; }
span { border-color: rgb(67,186,63); }
td.TdClassName
{
border-color: #43BA3F;
}
.TagClassName
{
border-color: #43BA3F;
}
</style>