Shades of Lime Green #43C72F
Tints of Lime Green #43C72F
RGB
CMYK
RGB Variations
Color information
#43C72F (or 0x43C72F) is known color: Lime Green. HEX triplet: 43, C7 and 2F. RGB value is (67,199,47). Sum of RGB (Red+Green+Blue) = 67+199+47=313 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.41% from 313); Green value is 199 (78.12% from 255 or 63.58% from 313); Blue value is 47 (18.75% from 255 or 15.02% from 313); Max value from RGB is 199 - color contains mainly: green. Hex color #43C72F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43C72F is #BC38D0. Grayscale: #8E8E8E. Windows color (decimal): -12335313 or 3131203. OLE color: 3131203.
HSL color Cylindrical-coordinate representation of color #43C72F: hue angle of 112.11º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #43C72F is Cyan = 0.66, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 67 | 199 | 47 | - |
| CMYK | 0.66 | 0 | 0.76 | 0.22 |
| HSL | 112.11º | 0.62% | 0.48% | - |
| HSV(B) | 112.11º | 0.76% | 0.78% | - |
| XYZ | 23.25 | 42.25 | 9.62 | - |
| YUV | 142.2 | 74.27 | 74.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 199 | 47 | 0.66 | 0 | 0.76 | 0.22 | 112.11 | 0.62 | 0.48 |
| Hex | 43 | C7 | 2F | 42 | 0 | 4C | 16 | 70 | 3E | 30 |
| Octal | 103 | 307 | 57 | 102 | 0 | 114 | 26 | 160 | 76 | 60 |
| Binary | 1000011 | 11000111 | 101111 | 1000010 | 0 | 1001100 | 10110 | 1110000 | 111110 | 110000 |
Color Harmonies of #43C72F
Complementary color
Monochromatic Colors of #43C72F
Black with #43C72F
Text Example
Text Example
White with #43C72F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43C72F; }
p { color: rgb(67,199,47); }
H1.HeaderClassName
{
color: #43C72F;
}
.AnyTagClassName
{
color: #43C72F;
}
</style>
background-color css
<style>
a { background-color: #43C72F; }
a { background-color: rgb(67,199,47); }
div.DivClassName
{
background-color: #43C72F;
}
.BgClassName
{
background-color: #43C72F;
}
</style>
border-color css
<style>
span { border-color: #43C72F; }
span { border-color: rgb(67,199,47); }
td.TdClassName
{
border-color: #43C72F;
}
.TagClassName
{
border-color: #43C72F;
}
</style>