Shades of Lime Green #2CCA49
Tints of Lime Green #2CCA49
RGB
CMYK
RGB Variations
Color information
#2CCA49 (or 0x2CCA49) is known color: Lime Green. HEX triplet: 2C, CA and 49. RGB value is (44,202,73). Sum of RGB (Red+Green+Blue) = 44+202+73=319 (42% of max value = 765). Red value is 44 (17.58% from 255 or 13.79% from 319); Green value is 202 (79.30% from 255 or 63.32% from 319); Blue value is 73 (28.91% from 255 or 22.88% from 319); Max value from RGB is 202 - color contains mainly: green. Hex color #2CCA49 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CCA49 is #D335B6. Grayscale: #8C8C8C. Windows color (decimal): -13841847 or 4835884. OLE color: 4835884.
HSL color Cylindrical-coordinate representation of color #2CCA49: hue angle of 131.01º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2CCA49 is Cyan = 0.78, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 44 | 202 | 73 | - |
| CMYK | 0.78 | 0 | 0.64 | 0.21 |
| HSL | 131.01º | 0.64% | 0.48% | - |
| HSV(B) | 131.01º | 0.78% | 0.79% | - |
| XYZ | 23.36 | 43.26 | 13.42 | - |
| YUV | 140.05 | 90.15 | 59.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 202 | 73 | 0.78 | 0 | 0.64 | 0.21 | 131.01 | 0.64 | 0.48 |
| Hex | 2C | CA | 49 | 4E | 0 | 40 | 15 | 83 | 40 | 30 |
| Octal | 54 | 312 | 111 | 116 | 0 | 100 | 25 | 203 | 100 | 60 |
| Binary | 101100 | 11001010 | 1001001 | 1001110 | 0 | 1000000 | 10101 | 10000011 | 1000000 | 110000 |
Color Harmonies of #2CCA49
Complementary color
Monochromatic Colors of #2CCA49
Black with #2CCA49
Text Example
Text Example
White with #2CCA49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CCA49; }
p { color: rgb(44,202,73); }
H1.HeaderClassName
{
color: #2CCA49;
}
.AnyTagClassName
{
color: #2CCA49;
}
</style>
background-color css
<style>
a { background-color: #2CCA49; }
a { background-color: rgb(44,202,73); }
div.DivClassName
{
background-color: #2CCA49;
}
.BgClassName
{
background-color: #2CCA49;
}
</style>
border-color css
<style>
span { border-color: #2CCA49; }
span { border-color: rgb(44,202,73); }
td.TdClassName
{
border-color: #2CCA49;
}
.TagClassName
{
border-color: #2CCA49;
}
</style>