Shades of Lime Green #43C64F
Tints of Lime Green #43C64F
RGB
CMYK
RGB Variations
Color information
#43C64F (or 0x43C64F) is known color: Lime Green. HEX triplet: 43, C6 and 4F. RGB value is (67,198,79). Sum of RGB (Red+Green+Blue) = 67+198+79=344 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.48% from 344); Green value is 198 (77.73% from 255 or 57.56% from 344); Blue value is 79 (31.25% from 255 or 22.97% from 344); Max value from RGB is 198 - color contains mainly: green. Hex color #43C64F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #43C64F is #BC39B0. Grayscale: #919191. Windows color (decimal): -12335537 or 5228099. OLE color: 5228099.
HSL color Cylindrical-coordinate representation of color #43C64F: hue angle of 125.5º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #43C64F is Cyan = 0.66, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 67 | 198 | 79 | - |
| CMYK | 0.66 | 0 | 0.60 | 0.22 |
| HSL | 125.5º | 0.53% | 0.52% | - |
| HSV(B) | 125.5º | 0.66% | 0.78% | - |
| XYZ | 23.92 | 42.15 | 14.27 | - |
| YUV | 145.27 | 90.6 | 72.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 198 | 79 | 0.66 | 0 | 0.60 | 0.22 | 125.5 | 0.53 | 0.52 |
| Hex | 43 | C6 | 4F | 42 | 0 | 3C | 16 | 7D | 35 | 34 |
| Octal | 103 | 306 | 117 | 102 | 0 | 74 | 26 | 175 | 65 | 64 |
| Binary | 1000011 | 11000110 | 1001111 | 1000010 | 0 | 111100 | 10110 | 1111101 | 110101 | 110100 |
Color Harmonies of #43C64F
Complementary color
Monochromatic Colors of #43C64F
Black with #43C64F
Text Example
Text Example
White with #43C64F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43C64F; }
p { color: rgb(67,198,79); }
H1.HeaderClassName
{
color: #43C64F;
}
.AnyTagClassName
{
color: #43C64F;
}
</style>
background-color css
<style>
a { background-color: #43C64F; }
a { background-color: rgb(67,198,79); }
div.DivClassName
{
background-color: #43C64F;
}
.BgClassName
{
background-color: #43C64F;
}
</style>
border-color css
<style>
span { border-color: #43C64F; }
span { border-color: rgb(67,198,79); }
td.TdClassName
{
border-color: #43C64F;
}
.TagClassName
{
border-color: #43C64F;
}
</style>