Shades of Lime Green #43C72C
Tints of Lime Green #43C72C
RGB
CMYK
RGB Variations
Color information
#43C72C (or 0x43C72C) is known color: Lime Green. HEX triplet: 43, C7 and 2C. RGB value is (67,199,44). Sum of RGB (Red+Green+Blue) = 67+199+44=310 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.61% from 310); Green value is 199 (78.12% from 255 or 64.19% from 310); Blue value is 44 (17.58% from 255 or 14.19% from 310); Max value from RGB is 199 - color contains mainly: green. Hex color #43C72C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43C72C is #BC38D3. Grayscale: #8E8E8E. Windows color (decimal): -12335316 or 2934595. OLE color: 2934595.
HSL color Cylindrical-coordinate representation of color #43C72C: hue angle of 111.1º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #43C72C is Cyan = 0.66, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 67 | 199 | 44 | - |
| CMYK | 0.66 | 0 | 0.78 | 0.22 |
| HSL | 111.1º | 0.64% | 0.48% | - |
| HSV(B) | 111.1º | 0.78% | 0.78% | - |
| XYZ | 23.19 | 42.22 | 9.31 | - |
| YUV | 141.86 | 72.77 | 74.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 199 | 44 | 0.66 | 0 | 0.78 | 0.22 | 111.1 | 0.64 | 0.48 |
| Hex | 43 | C7 | 2C | 42 | 0 | 4E | 16 | 6F | 40 | 30 |
| Octal | 103 | 307 | 54 | 102 | 0 | 116 | 26 | 157 | 100 | 60 |
| Binary | 1000011 | 11000111 | 101100 | 1000010 | 0 | 1001110 | 10110 | 1101111 | 1000000 | 110000 |
Color Harmonies of #43C72C
Complementary color
Monochromatic Colors of #43C72C
Black with #43C72C
Text Example
Text Example
White with #43C72C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43C72C; }
p { color: rgb(67,199,44); }
H1.HeaderClassName
{
color: #43C72C;
}
.AnyTagClassName
{
color: #43C72C;
}
</style>
background-color css
<style>
a { background-color: #43C72C; }
a { background-color: rgb(67,199,44); }
div.DivClassName
{
background-color: #43C72C;
}
.BgClassName
{
background-color: #43C72C;
}
</style>
border-color css
<style>
span { border-color: #43C72C; }
span { border-color: rgb(67,199,44); }
td.TdClassName
{
border-color: #43C72C;
}
.TagClassName
{
border-color: #43C72C;
}
</style>