Shades of Lime Green #2CC741
Tints of Lime Green #2CC741
RGB
CMYK
RGB Variations
Color information
#2CC741 (or 0x2CC741) is known color: Lime Green. HEX triplet: 2C, C7 and 41. RGB value is (44,199,65). Sum of RGB (Red+Green+Blue) = 44+199+65=308 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.29% from 308); Green value is 199 (78.12% from 255 or 64.61% from 308); Blue value is 65 (25.78% from 255 or 21.10% from 308); Max value from RGB is 199 - color contains mainly: green. Hex color #2CC741 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CC741 is #D338BE. Grayscale: #898989. Windows color (decimal): -13842623 or 4310828. OLE color: 4310828.
HSL color Cylindrical-coordinate representation of color #2CC741: hue angle of 128.13º 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 #2CC741 is Cyan = 0.78, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 44 | 199 | 65 | - |
| CMYK | 0.78 | 0 | 0.67 | 0.22 |
| HSL | 128.13º | 0.64% | 0.48% | - |
| HSV(B) | 128.13º | 0.78% | 0.78% | - |
| XYZ | 22.42 | 41.76 | 11.88 | - |
| YUV | 137.38 | 87.15 | 61.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 199 | 65 | 0.78 | 0 | 0.67 | 0.22 | 128.13 | 0.64 | 0.48 |
| Hex | 2C | C7 | 41 | 4E | 0 | 43 | 16 | 80 | 40 | 30 |
| Octal | 54 | 307 | 101 | 116 | 0 | 103 | 26 | 200 | 100 | 60 |
| Binary | 101100 | 11000111 | 1000001 | 1001110 | 0 | 1000011 | 10110 | 10000000 | 1000000 | 110000 |
Color Harmonies of #2CC741
Complementary color
Monochromatic Colors of #2CC741
Black with #2CC741
Text Example
Text Example
White with #2CC741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CC741; }
p { color: rgb(44,199,65); }
H1.HeaderClassName
{
color: #2CC741;
}
.AnyTagClassName
{
color: #2CC741;
}
</style>
background-color css
<style>
a { background-color: #2CC741; }
a { background-color: rgb(44,199,65); }
div.DivClassName
{
background-color: #2CC741;
}
.BgClassName
{
background-color: #2CC741;
}
</style>
border-color css
<style>
span { border-color: #2CC741; }
span { border-color: rgb(44,199,65); }
td.TdClassName
{
border-color: #2CC741;
}
.TagClassName
{
border-color: #2CC741;
}
</style>