Shades of Lime Green #2CC849
Tints of Lime Green #2CC849
RGB
CMYK
RGB Variations
Color information
#2CC849 (or 0x2CC849) is known color: Lime Green. HEX triplet: 2C, C8 and 49. RGB value is (44,200,73). Sum of RGB (Red+Green+Blue) = 44+200+73=317 (41% of max value = 765). Red value is 44 (17.58% from 255 or 13.88% from 317); Green value is 200 (78.52% from 255 or 63.09% from 317); Blue value is 73 (28.91% from 255 or 23.03% from 317); Max value from RGB is 200 - color contains mainly: green. Hex color #2CC849 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CC849 is #D337B6. Grayscale: #8B8B8B. Windows color (decimal): -13842359 or 4835372. OLE color: 4835372.
HSL color Cylindrical-coordinate representation of color #2CC849: hue angle of 131.15º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2CC849 is Cyan = 0.78, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 44 | 200 | 73 | - |
| CMYK | 0.78 | 0 | 0.64 | 0.22 |
| HSL | 131.15º | 0.64% | 0.48% | - |
| HSV(B) | 131.15º | 0.78% | 0.78% | - |
| XYZ | 22.9 | 42.33 | 13.27 | - |
| YUV | 138.88 | 90.82 | 60.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 200 | 73 | 0.78 | 0 | 0.64 | 0.22 | 131.15 | 0.64 | 0.48 |
| Hex | 2C | C8 | 49 | 4E | 0 | 40 | 16 | 83 | 40 | 30 |
| Octal | 54 | 310 | 111 | 116 | 0 | 100 | 26 | 203 | 100 | 60 |
| Binary | 101100 | 11001000 | 1001001 | 1001110 | 0 | 1000000 | 10110 | 10000011 | 1000000 | 110000 |
Color Harmonies of #2CC849
Complementary color
Monochromatic Colors of #2CC849
Black with #2CC849
Text Example
Text Example
White with #2CC849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CC849; }
p { color: rgb(44,200,73); }
H1.HeaderClassName
{
color: #2CC849;
}
.AnyTagClassName
{
color: #2CC849;
}
</style>
background-color css
<style>
a { background-color: #2CC849; }
a { background-color: rgb(44,200,73); }
div.DivClassName
{
background-color: #2CC849;
}
.BgClassName
{
background-color: #2CC849;
}
</style>
border-color css
<style>
span { border-color: #2CC849; }
span { border-color: rgb(44,200,73); }
td.TdClassName
{
border-color: #2CC849;
}
.TagClassName
{
border-color: #2CC849;
}
</style>