Shades of Lime Green #43D64F
Tints of Lime Green #43D64F
RGB
CMYK
RGB Variations
Color information
#43D64F (or 0x43D64F) is known color: Lime Green. HEX triplet: 43, D6 and 4F. RGB value is (67,214,79). Sum of RGB (Red+Green+Blue) = 67+214+79=360 (47% of max value = 765). Red value is 67 (26.56% from 255 or 18.61% from 360); Green value is 214 (83.98% from 255 or 59.44% from 360); Blue value is 79 (31.25% from 255 or 21.94% from 360); Max value from RGB is 214 - color contains mainly: green. Hex color #43D64F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #43D64F is #BC29B0. Grayscale: #9B9B9B. Windows color (decimal): -12331441 or 5232195. OLE color: 5232195.
HSL color Cylindrical-coordinate representation of color #43D64F: hue angle of 124.9º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #43D64F is Cyan = 0.69, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 67 | 214 | 79 | - |
| CMYK | 0.69 | 0 | 0.63 | 0.16 |
| HSL | 124.9º | 0.64% | 0.55% | - |
| HSV(B) | 124.9º | 0.69% | 0.84% | - |
| XYZ | 27.77 | 49.85 | 15.56 | - |
| YUV | 154.66 | 85.3 | 65.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 214 | 79 | 0.69 | 0 | 0.63 | 0.16 | 124.9 | 0.64 | 0.55 |
| Hex | 43 | D6 | 4F | 45 | 0 | 3F | 10 | 7D | 40 | 37 |
| Octal | 103 | 326 | 117 | 105 | 0 | 77 | 20 | 175 | 100 | 67 |
| Binary | 1000011 | 11010110 | 1001111 | 1000101 | 0 | 111111 | 10000 | 1111101 | 1000000 | 110111 |
Color Harmonies of #43D64F
Complementary color
Monochromatic Colors of #43D64F
Black with #43D64F
Text Example
Text Example
White with #43D64F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43D64F; }
p { color: rgb(67,214,79); }
H1.HeaderClassName
{
color: #43D64F;
}
.AnyTagClassName
{
color: #43D64F;
}
</style>
background-color css
<style>
a { background-color: #43D64F; }
a { background-color: rgb(67,214,79); }
div.DivClassName
{
background-color: #43D64F;
}
.BgClassName
{
background-color: #43D64F;
}
</style>
border-color css
<style>
span { border-color: #43D64F; }
span { border-color: rgb(67,214,79); }
td.TdClassName
{
border-color: #43D64F;
}
.TagClassName
{
border-color: #43D64F;
}
</style>