Shades of Lime Green #43E021
Tints of Lime Green #43E021
RGB
CMYK
RGB Variations
Color information
#43E021 (or 0x43E021) is known color: Lime Green. HEX triplet: 43, E0 and 21. RGB value is (67,224,33). Sum of RGB (Red+Green+Blue) = 67+224+33=324 (42% of max value = 765). Red value is 67 (26.56% from 255 or 20.68% from 324); Green value is 224 (87.89% from 255 or 69.14% from 324); Blue value is 33 (13.28% from 255 or 10.19% from 324); Max value from RGB is 224 - color contains mainly: green. Hex color #43E021 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43E021 is #BC1FDE. Grayscale: #9B9B9B. Windows color (decimal): -12328927 or 2220099. OLE color: 2220099.
HSL color Cylindrical-coordinate representation of color #43E021: hue angle of 109.32º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #43E021 is Cyan = 0.70, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 67 | 224 | 33 | - |
| CMYK | 0.70 | 0 | 0.85 | 0.12 |
| HSL | 109.32º | 0.75% | 0.5% | - |
| HSV(B) | 109.32º | 0.85% | 0.88% | - |
| XYZ | 29.24 | 54.61 | 10.44 | - |
| YUV | 155.28 | 58.99 | 65.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 224 | 33 | 0.70 | 0 | 0.85 | 0.12 | 109.32 | 0.75 | 0.5 |
| Hex | 43 | E0 | 21 | 46 | 0 | 55 | C | 6D | 4B | 32 |
| Octal | 103 | 340 | 41 | 106 | 0 | 125 | 14 | 155 | 113 | 62 |
| Binary | 1000011 | 11100000 | 100001 | 1000110 | 0 | 1010101 | 1100 | 1101101 | 1001011 | 110010 |
Color Harmonies of #43E021
Complementary color
Monochromatic Colors of #43E021
Black with #43E021
Text Example
Text Example
White with #43E021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43E021; }
p { color: rgb(67,224,33); }
H1.HeaderClassName
{
color: #43E021;
}
.AnyTagClassName
{
color: #43E021;
}
</style>
background-color css
<style>
a { background-color: #43E021; }
a { background-color: rgb(67,224,33); }
div.DivClassName
{
background-color: #43E021;
}
.BgClassName
{
background-color: #43E021;
}
</style>
border-color css
<style>
span { border-color: #43E021; }
span { border-color: rgb(67,224,33); }
td.TdClassName
{
border-color: #43E021;
}
.TagClassName
{
border-color: #43E021;
}
</style>