Shades of Lime Green #2CC447
Tints of Lime Green #2CC447
RGB
CMYK
RGB Variations
Color information
#2CC447 (or 0x2CC447) is known color: Lime Green. HEX triplet: 2C, C4 and 47. RGB value is (44,196,71). Sum of RGB (Red+Green+Blue) = 44+196+71=311 (41% of max value = 765). Red value is 44 (17.58% from 255 or 14.15% from 311); Green value is 196 (76.95% from 255 or 63.02% from 311); Blue value is 71 (28.12% from 255 or 22.83% from 311); Max value from RGB is 196 - color contains mainly: green. Hex color #2CC447 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CC447 is #D33BB8. Grayscale: #888888. Windows color (decimal): -13843385 or 4703276. OLE color: 4703276.
HSL color Cylindrical-coordinate representation of color #2CC447: hue angle of 130.66º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2CC447 is Cyan = 0.78, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 44 | 196 | 71 | - |
| CMYK | 0.78 | 0 | 0.64 | 0.23 |
| HSL | 130.66º | 0.63% | 0.47% | - |
| HSV(B) | 130.66º | 0.78% | 0.77% | - |
| XYZ | 21.92 | 40.47 | 12.62 | - |
| YUV | 136.3 | 91.14 | 62.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 196 | 71 | 0.78 | 0 | 0.64 | 0.23 | 130.66 | 0.63 | 0.47 |
| Hex | 2C | C4 | 47 | 4E | 0 | 40 | 17 | 83 | 3F | 2F |
| Octal | 54 | 304 | 107 | 116 | 0 | 100 | 27 | 203 | 77 | 57 |
| Binary | 101100 | 11000100 | 1000111 | 1001110 | 0 | 1000000 | 10111 | 10000011 | 111111 | 101111 |
Color Harmonies of #2CC447
Complementary color
Monochromatic Colors of #2CC447
Black with #2CC447
Text Example
Text Example
White with #2CC447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CC447; }
p { color: rgb(44,196,71); }
H1.HeaderClassName
{
color: #2CC447;
}
.AnyTagClassName
{
color: #2CC447;
}
</style>
background-color css
<style>
a { background-color: #2CC447; }
a { background-color: rgb(44,196,71); }
div.DivClassName
{
background-color: #2CC447;
}
.BgClassName
{
background-color: #2CC447;
}
</style>
border-color css
<style>
span { border-color: #2CC447; }
span { border-color: rgb(44,196,71); }
td.TdClassName
{
border-color: #2CC447;
}
.TagClassName
{
border-color: #2CC447;
}
</style>