Shades of Lime Green #2CCA4C
Tints of Lime Green #2CCA4C
RGB
CMYK
RGB Variations
Color information
#2CCA4C (or 0x2CCA4C) is known color: Lime Green. HEX triplet: 2C, CA and 4C. RGB value is (44,202,76). Sum of RGB (Red+Green+Blue) = 44+202+76=322 (42% of max value = 765). Red value is 44 (17.58% from 255 or 13.66% from 322); Green value is 202 (79.30% from 255 or 62.73% from 322); Blue value is 76 (30.08% from 255 or 23.60% from 322); Max value from RGB is 202 - color contains mainly: green. Hex color #2CCA4C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CCA4C is #D335B3. Grayscale: #8C8C8C. Windows color (decimal): -13841844 or 5032492. OLE color: 5032492.
HSL color Cylindrical-coordinate representation of color #2CCA4C: hue angle of 132.15º 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 #2CCA4C is Cyan = 0.78, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 44 | 202 | 76 | - |
| CMYK | 0.78 | 0 | 0.62 | 0.21 |
| HSL | 132.15º | 0.64% | 0.48% | - |
| HSV(B) | 132.15º | 0.78% | 0.79% | - |
| XYZ | 23.46 | 43.3 | 13.96 | - |
| YUV | 140.39 | 91.65 | 59.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 202 | 76 | 0.78 | 0 | 0.62 | 0.21 | 132.15 | 0.64 | 0.48 |
| Hex | 2C | CA | 4C | 4E | 0 | 3E | 15 | 84 | 40 | 30 |
| Octal | 54 | 312 | 114 | 116 | 0 | 76 | 25 | 204 | 100 | 60 |
| Binary | 101100 | 11001010 | 1001100 | 1001110 | 0 | 111110 | 10101 | 10000100 | 1000000 | 110000 |
Color Harmonies of #2CCA4C
Complementary color
Monochromatic Colors of #2CCA4C
Black with #2CCA4C
Text Example
Text Example
White with #2CCA4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CCA4C; }
p { color: rgb(44,202,76); }
H1.HeaderClassName
{
color: #2CCA4C;
}
.AnyTagClassName
{
color: #2CCA4C;
}
</style>
background-color css
<style>
a { background-color: #2CCA4C; }
a { background-color: rgb(44,202,76); }
div.DivClassName
{
background-color: #2CCA4C;
}
.BgClassName
{
background-color: #2CCA4C;
}
</style>
border-color css
<style>
span { border-color: #2CCA4C; }
span { border-color: rgb(44,202,76); }
td.TdClassName
{
border-color: #2CCA4C;
}
.TagClassName
{
border-color: #2CCA4C;
}
</style>