Shades of Lime Green #43CF49
Tints of Lime Green #43CF49
RGB
CMYK
RGB Variations
Color information
#43CF49 (or 0x43CF49) is known color: Lime Green. HEX triplet: 43, CF and 49. RGB value is (67,207,73). Sum of RGB (Red+Green+Blue) = 67+207+73=347 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.31% from 347); Green value is 207 (81.25% from 255 or 59.65% from 347); Blue value is 73 (28.91% from 255 or 21.04% from 347); Max value from RGB is 207 - color contains mainly: green. Hex color #43CF49 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #43CF49 is #BC30B6. Grayscale: #969696. Windows color (decimal): -12333239 or 4837187. OLE color: 4837187.
HSL color Cylindrical-coordinate representation of color #43CF49: hue angle of 122.57º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #43CF49 is Cyan = 0.68, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 67 | 207 | 73 | - |
| CMYK | 0.68 | 0 | 0.65 | 0.19 |
| HSL | 122.57º | 0.59% | 0.54% | - |
| HSV(B) | 122.57º | 0.68% | 0.81% | - |
| XYZ | 25.83 | 46.3 | 13.88 | - |
| YUV | 149.86 | 84.62 | 68.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 207 | 73 | 0.68 | 0 | 0.65 | 0.19 | 122.57 | 0.59 | 0.54 |
| Hex | 43 | CF | 49 | 44 | 0 | 41 | 13 | 7B | 3B | 36 |
| Octal | 103 | 317 | 111 | 104 | 0 | 101 | 23 | 173 | 73 | 66 |
| Binary | 1000011 | 11001111 | 1001001 | 1000100 | 0 | 1000001 | 10011 | 1111011 | 111011 | 110110 |
Color Harmonies of #43CF49
Complementary color
Monochromatic Colors of #43CF49
Black with #43CF49
Text Example
Text Example
White with #43CF49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43CF49; }
p { color: rgb(67,207,73); }
H1.HeaderClassName
{
color: #43CF49;
}
.AnyTagClassName
{
color: #43CF49;
}
</style>
background-color css
<style>
a { background-color: #43CF49; }
a { background-color: rgb(67,207,73); }
div.DivClassName
{
background-color: #43CF49;
}
.BgClassName
{
background-color: #43CF49;
}
</style>
border-color css
<style>
span { border-color: #43CF49; }
span { border-color: rgb(67,207,73); }
td.TdClassName
{
border-color: #43CF49;
}
.TagClassName
{
border-color: #43CF49;
}
</style>