Shades of Lime Green #43D64D
Tints of Lime Green #43D64D
RGB
CMYK
RGB Variations
Color information
#43D64D (or 0x43D64D) is known color: Lime Green. HEX triplet: 43, D6 and 4D. RGB value is (67,214,77). Sum of RGB (Red+Green+Blue) = 67+214+77=358 (47% of max value = 765). Red value is 67 (26.56% from 255 or 18.72% from 358); Green value is 214 (83.98% from 255 or 59.78% from 358); Blue value is 77 (30.47% from 255 or 21.51% from 358); Max value from RGB is 214 - color contains mainly: green. Hex color #43D64D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #43D64D is #BC29B2. Grayscale: #9A9A9A. Windows color (decimal): -12331443 or 5101123. OLE color: 5101123.
HSL color Cylindrical-coordinate representation of color #43D64D: hue angle of 124.08º 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 #43D64D is Cyan = 0.69, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 67 | 214 | 77 | - |
| CMYK | 0.69 | 0 | 0.64 | 0.16 |
| HSL | 124.08º | 0.64% | 0.55% | - |
| HSV(B) | 124.08º | 0.69% | 0.84% | - |
| XYZ | 27.7 | 49.82 | 15.18 | - |
| YUV | 154.43 | 84.3 | 65.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 214 | 77 | 0.69 | 0 | 0.64 | 0.16 | 124.08 | 0.64 | 0.55 |
| Hex | 43 | D6 | 4D | 45 | 0 | 40 | 10 | 7C | 40 | 37 |
| Octal | 103 | 326 | 115 | 105 | 0 | 100 | 20 | 174 | 100 | 67 |
| Binary | 1000011 | 11010110 | 1001101 | 1000101 | 0 | 1000000 | 10000 | 1111100 | 1000000 | 110111 |
Color Harmonies of #43D64D
Complementary color
Monochromatic Colors of #43D64D
Black with #43D64D
Text Example
Text Example
White with #43D64D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43D64D; }
p { color: rgb(67,214,77); }
H1.HeaderClassName
{
color: #43D64D;
}
.AnyTagClassName
{
color: #43D64D;
}
</style>
background-color css
<style>
a { background-color: #43D64D; }
a { background-color: rgb(67,214,77); }
div.DivClassName
{
background-color: #43D64D;
}
.BgClassName
{
background-color: #43D64D;
}
</style>
border-color css
<style>
span { border-color: #43D64D; }
span { border-color: rgb(67,214,77); }
td.TdClassName
{
border-color: #43D64D;
}
.TagClassName
{
border-color: #43D64D;
}
</style>