Shades of Lime Green #43C62E
Tints of Lime Green #43C62E
RGB
CMYK
RGB Variations
Color information
#43C62E (or 0x43C62E) is known color: Lime Green. HEX triplet: 43, C6 and 2E. RGB value is (67,198,46). Sum of RGB (Red+Green+Blue) = 67+198+46=311 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.54% from 311); Green value is 198 (77.73% from 255 or 63.67% from 311); Blue value is 46 (18.36% from 255 or 14.79% from 311); Max value from RGB is 198 - color contains mainly: green. Hex color #43C62E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43C62E is #BC39D1. Grayscale: #8D8D8D. Windows color (decimal): -12335570 or 3065411. OLE color: 3065411.
HSL color Cylindrical-coordinate representation of color #43C62E: hue angle of 111.71º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #43C62E is Cyan = 0.66, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 67 | 198 | 46 | - |
| CMYK | 0.66 | 0 | 0.77 | 0.22 |
| HSL | 111.71º | 0.62% | 0.48% | - |
| HSV(B) | 111.71º | 0.77% | 0.78% | - |
| XYZ | 23 | 41.78 | 9.44 | - |
| YUV | 141.5 | 74.1 | 74.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 198 | 46 | 0.66 | 0 | 0.77 | 0.22 | 111.71 | 0.62 | 0.48 |
| Hex | 43 | C6 | 2E | 42 | 0 | 4D | 16 | 70 | 3E | 30 |
| Octal | 103 | 306 | 56 | 102 | 0 | 115 | 26 | 160 | 76 | 60 |
| Binary | 1000011 | 11000110 | 101110 | 1000010 | 0 | 1001101 | 10110 | 1110000 | 111110 | 110000 |
Color Harmonies of #43C62E
Complementary color
Monochromatic Colors of #43C62E
Black with #43C62E
Text Example
Text Example
White with #43C62E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43C62E; }
p { color: rgb(67,198,46); }
H1.HeaderClassName
{
color: #43C62E;
}
.AnyTagClassName
{
color: #43C62E;
}
</style>
background-color css
<style>
a { background-color: #43C62E; }
a { background-color: rgb(67,198,46); }
div.DivClassName
{
background-color: #43C62E;
}
.BgClassName
{
background-color: #43C62E;
}
</style>
border-color css
<style>
span { border-color: #43C62E; }
span { border-color: rgb(67,198,46); }
td.TdClassName
{
border-color: #43C62E;
}
.TagClassName
{
border-color: #43C62E;
}
</style>