Shades of Lime Green #43E620
Tints of Lime Green #43E620
RGB
CMYK
RGB Variations
Color information
#43E620 (or 0x43E620) is known color: Lime Green. HEX triplet: 43, E6 and 20. RGB value is (67,230,32). Sum of RGB (Red+Green+Blue) = 67+230+32=329 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.36% from 329); Green value is 230 (90.23% from 255 or 69.91% from 329); Blue value is 32 (12.89% from 255 or 9.73% from 329); Max value from RGB is 230 - color contains mainly: green. Hex color #43E620 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #43E620 is #BC19DF. Grayscale: #9F9F9F. Windows color (decimal): -12327392 or 2156099. OLE color: 2156099.
HSL color Cylindrical-coordinate representation of color #43E620: hue angle of 109.39º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #43E620 is Cyan = 0.71, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 67 | 230 | 32 | - |
| CMYK | 0.71 | 0 | 0.86 | 0.10 |
| HSL | 109.39º | 0.8% | 0.51% | - |
| HSV(B) | 109.39º | 0.86% | 0.9% | - |
| XYZ | 30.87 | 57.89 | 10.91 | - |
| YUV | 158.69 | 56.5 | 62.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 230 | 32 | 0.71 | 0 | 0.86 | 0.10 | 109.39 | 0.8 | 0.51 |
| Hex | 43 | E6 | 20 | 47 | 0 | 56 | A | 6D | 50 | 33 |
| Octal | 103 | 346 | 40 | 107 | 0 | 126 | 12 | 155 | 120 | 63 |
| Binary | 1000011 | 11100110 | 100000 | 1000111 | 0 | 1010110 | 1010 | 1101101 | 1010000 | 110011 |
Color Harmonies of #43E620
Complementary color
Monochromatic Colors of #43E620
Black with #43E620
Text Example
Text Example
White with #43E620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43E620; }
p { color: rgb(67,230,32); }
H1.HeaderClassName
{
color: #43E620;
}
.AnyTagClassName
{
color: #43E620;
}
</style>
background-color css
<style>
a { background-color: #43E620; }
a { background-color: rgb(67,230,32); }
div.DivClassName
{
background-color: #43E620;
}
.BgClassName
{
background-color: #43E620;
}
</style>
border-color css
<style>
span { border-color: #43E620; }
span { border-color: rgb(67,230,32); }
td.TdClassName
{
border-color: #43E620;
}
.TagClassName
{
border-color: #43E620;
}
</style>