Shades of Lime Green #43E12B
Tints of Lime Green #43E12B
RGB
CMYK
RGB Variations
Color information
#43E12B (or 0x43E12B) is known color: Lime Green. HEX triplet: 43, E1 and 2B. RGB value is (67,225,43). Sum of RGB (Red+Green+Blue) = 67+225+43=335 (44% of max value = 765). Red value is 67 (26.56% from 255 or 20% from 335); Green value is 225 (88.28% from 255 or 67.16% from 335); Blue value is 43 (17.19% from 255 or 12.84% from 335); Max value from RGB is 225 - color contains mainly: green. Hex color #43E12B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43E12B is #BC1ED4. Grayscale: #9D9D9D. Windows color (decimal): -12328661 or 2875715. OLE color: 2875715.
HSL color Cylindrical-coordinate representation of color #43E12B: hue angle of 112.09º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #43E12B is Cyan = 0.70, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 67 | 225 | 43 | - |
| CMYK | 0.70 | 0 | 0.81 | 0.12 |
| HSL | 112.09º | 0.75% | 0.53% | - |
| HSV(B) | 112.09º | 0.81% | 0.88% | - |
| XYZ | 29.68 | 55.22 | 11.38 | - |
| YUV | 157.01 | 63.65 | 63.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 225 | 43 | 0.70 | 0 | 0.81 | 0.12 | 112.09 | 0.75 | 0.53 |
| Hex | 43 | E1 | 2B | 46 | 0 | 51 | C | 70 | 4B | 35 |
| Octal | 103 | 341 | 53 | 106 | 0 | 121 | 14 | 160 | 113 | 65 |
| Binary | 1000011 | 11100001 | 101011 | 1000110 | 0 | 1010001 | 1100 | 1110000 | 1001011 | 110101 |
Color Harmonies of #43E12B
Complementary color
Monochromatic Colors of #43E12B
Black with #43E12B
Text Example
Text Example
White with #43E12B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43E12B; }
p { color: rgb(67,225,43); }
H1.HeaderClassName
{
color: #43E12B;
}
.AnyTagClassName
{
color: #43E12B;
}
</style>
background-color css
<style>
a { background-color: #43E12B; }
a { background-color: rgb(67,225,43); }
div.DivClassName
{
background-color: #43E12B;
}
.BgClassName
{
background-color: #43E12B;
}
</style>
border-color css
<style>
span { border-color: #43E12B; }
span { border-color: rgb(67,225,43); }
td.TdClassName
{
border-color: #43E12B;
}
.TagClassName
{
border-color: #43E12B;
}
</style>