Shades of Lime Green #43CD49
Tints of Lime Green #43CD49
RGB
CMYK
RGB Variations
Color information
#43CD49 (or 0x43CD49) is known color: Lime Green. HEX triplet: 43, CD and 49. RGB value is (67,205,73). Sum of RGB (Red+Green+Blue) = 67+205+73=345 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.42% from 345); Green value is 205 (80.47% from 255 or 59.42% from 345); Blue value is 73 (28.91% from 255 or 21.16% from 345); Max value from RGB is 205 - color contains mainly: green. Hex color #43CD49 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43CD49 is #BC32B6. Grayscale: #959595. Windows color (decimal): -12333751 or 4836675. OLE color: 4836675.
HSL color Cylindrical-coordinate representation of color #43CD49: hue angle of 122.61º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #43CD49 is Cyan = 0.67, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 67 | 205 | 73 | - |
| CMYK | 0.67 | 0 | 0.64 | 0.20 |
| HSL | 122.61º | 0.58% | 0.53% | - |
| HSV(B) | 122.61º | 0.67% | 0.8% | - |
| XYZ | 25.35 | 45.34 | 13.72 | - |
| YUV | 148.69 | 85.28 | 69.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 205 | 73 | 0.67 | 0 | 0.64 | 0.20 | 122.61 | 0.58 | 0.53 |
| Hex | 43 | CD | 49 | 43 | 0 | 40 | 14 | 7B | 3A | 35 |
| Octal | 103 | 315 | 111 | 103 | 0 | 100 | 24 | 173 | 72 | 65 |
| Binary | 1000011 | 11001101 | 1001001 | 1000011 | 0 | 1000000 | 10100 | 1111011 | 111010 | 110101 |
Color Harmonies of #43CD49
Complementary color
Monochromatic Colors of #43CD49
Black with #43CD49
Text Example
Text Example
White with #43CD49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43CD49; }
p { color: rgb(67,205,73); }
H1.HeaderClassName
{
color: #43CD49;
}
.AnyTagClassName
{
color: #43CD49;
}
</style>
background-color css
<style>
a { background-color: #43CD49; }
a { background-color: rgb(67,205,73); }
div.DivClassName
{
background-color: #43CD49;
}
.BgClassName
{
background-color: #43CD49;
}
</style>
border-color css
<style>
span { border-color: #43CD49; }
span { border-color: rgb(67,205,73); }
td.TdClassName
{
border-color: #43CD49;
}
.TagClassName
{
border-color: #43CD49;
}
</style>