Shades of Lime Green #43E131
Tints of Lime Green #43E131
RGB
CMYK
RGB Variations
Color information
#43E131 (or 0x43E131) is known color: Lime Green. HEX triplet: 43, E1 and 31. RGB value is (67,225,49). Sum of RGB (Red+Green+Blue) = 67+225+49=341 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.65% from 341); Green value is 225 (88.28% from 255 or 65.98% from 341); Blue value is 49 (19.53% from 255 or 14.37% from 341); Max value from RGB is 225 - color contains mainly: green. Hex color #43E131 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43E131 is #BC1ECE. Grayscale: #9E9E9E. Windows color (decimal): -12328655 or 3268931. OLE color: 3268931.
HSL color Cylindrical-coordinate representation of color #43E131: hue angle of 113.86º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #43E131 is Cyan = 0.70, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 67 | 225 | 49 | - |
| CMYK | 0.70 | 0 | 0.78 | 0.12 |
| HSL | 113.86º | 0.75% | 0.54% | - |
| HSV(B) | 113.86º | 0.78% | 0.88% | - |
| XYZ | 29.79 | 55.27 | 12 | - |
| YUV | 157.69 | 66.65 | 63.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 225 | 49 | 0.70 | 0 | 0.78 | 0.12 | 113.86 | 0.75 | 0.54 |
| Hex | 43 | E1 | 31 | 46 | 0 | 4E | C | 72 | 4B | 36 |
| Octal | 103 | 341 | 61 | 106 | 0 | 116 | 14 | 162 | 113 | 66 |
| Binary | 1000011 | 11100001 | 110001 | 1000110 | 0 | 1001110 | 1100 | 1110010 | 1001011 | 110110 |
Color Harmonies of #43E131
Complementary color
Monochromatic Colors of #43E131
Black with #43E131
Text Example
Text Example
White with #43E131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43E131; }
p { color: rgb(67,225,49); }
H1.HeaderClassName
{
color: #43E131;
}
.AnyTagClassName
{
color: #43E131;
}
</style>
background-color css
<style>
a { background-color: #43E131; }
a { background-color: rgb(67,225,49); }
div.DivClassName
{
background-color: #43E131;
}
.BgClassName
{
background-color: #43E131;
}
</style>
border-color css
<style>
span { border-color: #43E131; }
span { border-color: rgb(67,225,49); }
td.TdClassName
{
border-color: #43E131;
}
.TagClassName
{
border-color: #43E131;
}
</style>