Shades of Lime Green #43D94D
Tints of Lime Green #43D94D
RGB
CMYK
RGB Variations
Color information
#43D94D (or 0x43D94D) is known color: Lime Green. HEX triplet: 43, D9 and 4D. RGB value is (67,217,77). Sum of RGB (Red+Green+Blue) = 67+217+77=361 (47% of max value = 765). Red value is 67 (26.56% from 255 or 18.56% from 361); Green value is 217 (85.16% from 255 or 60.11% from 361); Blue value is 77 (30.47% from 255 or 21.33% from 361); Max value from RGB is 217 - color contains mainly: green. Hex color #43D94D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #43D94D is #BC26B2. Grayscale: #9C9C9C. Windows color (decimal): -12330675 or 5101891. OLE color: 5101891.
HSL color Cylindrical-coordinate representation of color #43D94D: hue angle of 124º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #43D94D is Cyan = 0.69, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 67 | 217 | 77 | - |
| CMYK | 0.69 | 0 | 0.65 | 0.15 |
| HSL | 124º | 0.66% | 0.56% | - |
| HSV(B) | 124º | 0.69% | 0.85% | - |
| XYZ | 28.47 | 51.35 | 15.43 | - |
| YUV | 156.19 | 83.31 | 64.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 217 | 77 | 0.69 | 0 | 0.65 | 0.15 | 124 | 0.66 | 0.56 |
| Hex | 43 | D9 | 4D | 45 | 0 | 41 | F | 7C | 42 | 38 |
| Octal | 103 | 331 | 115 | 105 | 0 | 101 | 17 | 174 | 102 | 70 |
| Binary | 1000011 | 11011001 | 1001101 | 1000101 | 0 | 1000001 | 1111 | 1111100 | 1000010 | 111000 |
Color Harmonies of #43D94D
Complementary color
Monochromatic Colors of #43D94D
Black with #43D94D
Text Example
Text Example
White with #43D94D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43D94D; }
p { color: rgb(67,217,77); }
H1.HeaderClassName
{
color: #43D94D;
}
.AnyTagClassName
{
color: #43D94D;
}
</style>
background-color css
<style>
a { background-color: #43D94D; }
a { background-color: rgb(67,217,77); }
div.DivClassName
{
background-color: #43D94D;
}
.BgClassName
{
background-color: #43D94D;
}
</style>
border-color css
<style>
span { border-color: #43D94D; }
span { border-color: rgb(67,217,77); }
td.TdClassName
{
border-color: #43D94D;
}
.TagClassName
{
border-color: #43D94D;
}
</style>