Shades of Lime Green #43C94D
Tints of Lime Green #43C94D
RGB
CMYK
RGB Variations
Color information
#43C94D (or 0x43C94D) is known color: Lime Green. HEX triplet: 43, C9 and 4D. RGB value is (67,201,77). Sum of RGB (Red+Green+Blue) = 67+201+77=345 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.42% from 345); Green value is 201 (78.91% from 255 or 58.26% from 345); Blue value is 77 (30.47% from 255 or 22.32% from 345); Max value from RGB is 201 - color contains mainly: green. Hex color #43C94D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #43C94D is #BC36B2. Grayscale: #939393. Windows color (decimal): -12334771 or 5097795. OLE color: 5097795.
HSL color Cylindrical-coordinate representation of color #43C94D: hue angle of 124.48º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #43C94D is Cyan = 0.67, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 67 | 201 | 77 | - |
| CMYK | 0.67 | 0 | 0.62 | 0.21 |
| HSL | 124.48º | 0.55% | 0.53% | - |
| HSV(B) | 124.48º | 0.67% | 0.79% | - |
| XYZ | 24.54 | 43.5 | 14.12 | - |
| YUV | 146.8 | 88.61 | 71.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 201 | 77 | 0.67 | 0 | 0.62 | 0.21 | 124.48 | 0.55 | 0.53 |
| Hex | 43 | C9 | 4D | 43 | 0 | 3E | 15 | 7C | 37 | 35 |
| Octal | 103 | 311 | 115 | 103 | 0 | 76 | 25 | 174 | 67 | 65 |
| Binary | 1000011 | 11001001 | 1001101 | 1000011 | 0 | 111110 | 10101 | 1111100 | 110111 | 110101 |
Color Harmonies of #43C94D
Complementary color
Monochromatic Colors of #43C94D
Black with #43C94D
Text Example
Text Example
White with #43C94D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43C94D; }
p { color: rgb(67,201,77); }
H1.HeaderClassName
{
color: #43C94D;
}
.AnyTagClassName
{
color: #43C94D;
}
</style>
background-color css
<style>
a { background-color: #43C94D; }
a { background-color: rgb(67,201,77); }
div.DivClassName
{
background-color: #43C94D;
}
.BgClassName
{
background-color: #43C94D;
}
</style>
border-color css
<style>
span { border-color: #43C94D; }
span { border-color: rgb(67,201,77); }
td.TdClassName
{
border-color: #43C94D;
}
.TagClassName
{
border-color: #43C94D;
}
</style>