Shades of Lime Green #43C62C
Tints of Lime Green #43C62C
RGB
CMYK
RGB Variations
Color information
#43C62C (or 0x43C62C) is known color: Lime Green. HEX triplet: 43, C6 and 2C. RGB value is (67,198,44). Sum of RGB (Red+Green+Blue) = 67+198+44=309 (40% of max value = 765). Red value is 67 (26.56% from 255 or 21.68% from 309); Green value is 198 (77.73% from 255 or 64.08% from 309); Blue value is 44 (17.58% from 255 or 14.24% from 309); Max value from RGB is 198 - color contains mainly: green. Hex color #43C62C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43C62C is #BC39D3. Grayscale: #8D8D8D. Windows color (decimal): -12335572 or 2934339. OLE color: 2934339.
HSL color Cylindrical-coordinate representation of color #43C62C: hue angle of 111.04º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #43C62C is Cyan = 0.66, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 67 | 198 | 44 | - |
| CMYK | 0.66 | 0 | 0.78 | 0.22 |
| HSL | 111.04º | 0.64% | 0.47% | - |
| HSV(B) | 111.04º | 0.78% | 0.78% | - |
| XYZ | 22.96 | 41.76 | 9.23 | - |
| YUV | 141.28 | 73.1 | 75.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 198 | 44 | 0.66 | 0 | 0.78 | 0.22 | 111.04 | 0.64 | 0.47 |
| Hex | 43 | C6 | 2C | 42 | 0 | 4E | 16 | 6F | 40 | 2F |
| Octal | 103 | 306 | 54 | 102 | 0 | 116 | 26 | 157 | 100 | 57 |
| Binary | 1000011 | 11000110 | 101100 | 1000010 | 0 | 1001110 | 10110 | 1101111 | 1000000 | 101111 |
Color Harmonies of #43C62C
Complementary color
Monochromatic Colors of #43C62C
Black with #43C62C
Text Example
Text Example
White with #43C62C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43C62C; }
p { color: rgb(67,198,44); }
H1.HeaderClassName
{
color: #43C62C;
}
.AnyTagClassName
{
color: #43C62C;
}
</style>
background-color css
<style>
a { background-color: #43C62C; }
a { background-color: rgb(67,198,44); }
div.DivClassName
{
background-color: #43C62C;
}
.BgClassName
{
background-color: #43C62C;
}
</style>
border-color css
<style>
span { border-color: #43C62C; }
span { border-color: rgb(67,198,44); }
td.TdClassName
{
border-color: #43C62C;
}
.TagClassName
{
border-color: #43C62C;
}
</style>