Shades of Lime Green #43C73F
Tints of Lime Green #43C73F
RGB
CMYK
RGB Variations
Color information
#43C73F (or 0x43C73F) is known color: Lime Green. HEX triplet: 43, C7 and 3F. RGB value is (67,199,63). Sum of RGB (Red+Green+Blue) = 67+199+63=329 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.36% from 329); Green value is 199 (78.12% from 255 or 60.49% from 329); Blue value is 63 (25% from 255 or 19.15% from 329); Max value from RGB is 199 - color contains mainly: green. Hex color #43C73F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43C73F is #BC38C0. Grayscale: #909090. Windows color (decimal): -12335297 or 4179779. OLE color: 4179779.
HSL color Cylindrical-coordinate representation of color #43C73F: hue angle of 118.24º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #43C73F is Cyan = 0.66, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 67 | 199 | 63 | - |
| CMYK | 0.66 | 0 | 0.68 | 0.22 |
| HSL | 118.24º | 0.55% | 0.51% | - |
| HSV(B) | 118.24º | 0.68% | 0.78% | - |
| XYZ | 23.64 | 42.4 | 11.64 | - |
| YUV | 144.03 | 82.27 | 73.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 199 | 63 | 0.66 | 0 | 0.68 | 0.22 | 118.24 | 0.55 | 0.51 |
| Hex | 43 | C7 | 3F | 42 | 0 | 44 | 16 | 76 | 37 | 33 |
| Octal | 103 | 307 | 77 | 102 | 0 | 104 | 26 | 166 | 67 | 63 |
| Binary | 1000011 | 11000111 | 111111 | 1000010 | 0 | 1000100 | 10110 | 1110110 | 110111 | 110011 |
Color Harmonies of #43C73F
Complementary color
Monochromatic Colors of #43C73F
Black with #43C73F
Text Example
Text Example
White with #43C73F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43C73F; }
p { color: rgb(67,199,63); }
H1.HeaderClassName
{
color: #43C73F;
}
.AnyTagClassName
{
color: #43C73F;
}
</style>
background-color css
<style>
a { background-color: #43C73F; }
a { background-color: rgb(67,199,63); }
div.DivClassName
{
background-color: #43C73F;
}
.BgClassName
{
background-color: #43C73F;
}
</style>
border-color css
<style>
span { border-color: #43C73F; }
span { border-color: rgb(67,199,63); }
td.TdClassName
{
border-color: #43C73F;
}
.TagClassName
{
border-color: #43C73F;
}
</style>