Shades of Lime Green #43BC2F
Tints of Lime Green #43BC2F
RGB
CMYK
RGB Variations
Color information
#43BC2F (or 0x43BC2F) is known color: Lime Green. HEX triplet: 43, BC and 2F. RGB value is (67,188,47). Sum of RGB (Red+Green+Blue) = 67+188+47=302 (40% of max value = 765). Red value is 67 (26.56% from 255 or 22.19% from 302); Green value is 188 (73.83% from 255 or 62.25% from 302); Blue value is 47 (18.75% from 255 or 15.56% from 302); Max value from RGB is 188 - color contains mainly: green. Hex color #43BC2F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43BC2F is #BC43D0. Grayscale: #888888. Windows color (decimal): -12338129 or 3128387. OLE color: 3128387.
HSL color Cylindrical-coordinate representation of color #43BC2F: hue angle of 111.49º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #43BC2F is Cyan = 0.64, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 67 | 188 | 47 | - |
| CMYK | 0.64 | 0 | 0.75 | 0.26 |
| HSL | 111.49º | 0.6% | 0.46% | - |
| HSV(B) | 111.49º | 0.75% | 0.74% | - |
| XYZ | 20.81 | 37.36 | 8.8 | - |
| YUV | 135.75 | 77.91 | 78.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 188 | 47 | 0.64 | 0 | 0.75 | 0.26 | 111.49 | 0.6 | 0.46 |
| Hex | 43 | BC | 2F | 40 | 0 | 4B | 1A | 6F | 3C | 2E |
| Octal | 103 | 274 | 57 | 100 | 0 | 113 | 32 | 157 | 74 | 56 |
| Binary | 1000011 | 10111100 | 101111 | 1000000 | 0 | 1001011 | 11010 | 1101111 | 111100 | 101110 |
Color Harmonies of #43BC2F
Complementary color
Monochromatic Colors of #43BC2F
Black with #43BC2F
Text Example
Text Example
White with #43BC2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43BC2F; }
p { color: rgb(67,188,47); }
H1.HeaderClassName
{
color: #43BC2F;
}
.AnyTagClassName
{
color: #43BC2F;
}
</style>
background-color css
<style>
a { background-color: #43BC2F; }
a { background-color: rgb(67,188,47); }
div.DivClassName
{
background-color: #43BC2F;
}
.BgClassName
{
background-color: #43BC2F;
}
</style>
border-color css
<style>
span { border-color: #43BC2F; }
span { border-color: rgb(67,188,47); }
td.TdClassName
{
border-color: #43BC2F;
}
.TagClassName
{
border-color: #43BC2F;
}
</style>