Shades of Lime Green #43E221
Tints of Lime Green #43E221
RGB
CMYK
RGB Variations
Color information
#43E221 (or 0x43E221) is known color: Lime Green. HEX triplet: 43, E2 and 21. RGB value is (67,226,33). Sum of RGB (Red+Green+Blue) = 67+226+33=326 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.55% from 326); Green value is 226 (88.67% from 255 or 69.33% from 326); Blue value is 33 (13.28% from 255 or 10.12% from 326); Max value from RGB is 226 - color contains mainly: green. Hex color #43E221 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43E221 is #BC1DDE. Grayscale: #9D9D9D. Windows color (decimal): -12328415 or 2220611. OLE color: 2220611.
HSL color Cylindrical-coordinate representation of color #43E221: hue angle of 109.43º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #43E221 is Cyan = 0.70, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 67 | 226 | 33 | - |
| CMYK | 0.70 | 0 | 0.85 | 0.11 |
| HSL | 109.43º | 0.77% | 0.51% | - |
| HSV(B) | 109.43º | 0.85% | 0.89% | - |
| XYZ | 29.79 | 55.7 | 10.62 | - |
| YUV | 156.46 | 58.32 | 64.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 226 | 33 | 0.70 | 0 | 0.85 | 0.11 | 109.43 | 0.77 | 0.51 |
| Hex | 43 | E2 | 21 | 46 | 0 | 55 | B | 6D | 4D | 33 |
| Octal | 103 | 342 | 41 | 106 | 0 | 125 | 13 | 155 | 115 | 63 |
| Binary | 1000011 | 11100010 | 100001 | 1000110 | 0 | 1010101 | 1011 | 1101101 | 1001101 | 110011 |
Color Harmonies of #43E221
Complementary color
Monochromatic Colors of #43E221
Black with #43E221
Text Example
Text Example
White with #43E221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43E221; }
p { color: rgb(67,226,33); }
H1.HeaderClassName
{
color: #43E221;
}
.AnyTagClassName
{
color: #43E221;
}
</style>
background-color css
<style>
a { background-color: #43E221; }
a { background-color: rgb(67,226,33); }
div.DivClassName
{
background-color: #43E221;
}
.BgClassName
{
background-color: #43E221;
}
</style>
border-color css
<style>
span { border-color: #43E221; }
span { border-color: rgb(67,226,33); }
td.TdClassName
{
border-color: #43E221;
}
.TagClassName
{
border-color: #43E221;
}
</style>