Shades of Lime Green #2CC727
Tints of Lime Green #2CC727
RGB
CMYK
RGB Variations
Color information
#2CC727 (or 0x2CC727) is known color: Lime Green. HEX triplet: 2C, C7 and 27. RGB value is (44,199,39). Sum of RGB (Red+Green+Blue) = 44+199+39=282 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.60% from 282); Green value is 199 (78.12% from 255 or 70.57% from 282); Blue value is 39 (15.62% from 255 or 13.83% from 282); Max value from RGB is 199 - color contains mainly: green. Hex color #2CC727 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CC727 is #D338D8. Grayscale: #868686. Windows color (decimal): -13842649 or 2606892. OLE color: 2606892.
HSL color Cylindrical-coordinate representation of color #2CC727: hue angle of 118.12º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2CC727 is Cyan = 0.78, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 44 | 199 | 39 | - |
| CMYK | 0.78 | 0 | 0.80 | 0.22 |
| HSL | 118.13º | 0.67% | 0.47% | - |
| HSV(B) | 118.13º | 0.8% | 0.78% | - |
| XYZ | 21.83 | 41.53 | 8.78 | - |
| YUV | 134.42 | 74.15 | 63.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 199 | 39 | 0.78 | 0 | 0.80 | 0.22 | 118.13 | 0.67 | 0.47 |
| Hex | 2C | C7 | 27 | 4E | 0 | 50 | 16 | 76 | 43 | 2F |
| Octal | 54 | 307 | 47 | 116 | 0 | 120 | 26 | 166 | 103 | 57 |
| Binary | 101100 | 11000111 | 100111 | 1001110 | 0 | 1010000 | 10110 | 1110110 | 1000011 | 101111 |
Color Harmonies of #2CC727
Complementary color
Monochromatic Colors of #2CC727
Black with #2CC727
Text Example
Text Example
White with #2CC727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CC727; }
p { color: rgb(44,199,39); }
H1.HeaderClassName
{
color: #2CC727;
}
.AnyTagClassName
{
color: #2CC727;
}
</style>
background-color css
<style>
a { background-color: #2CC727; }
a { background-color: rgb(44,199,39); }
div.DivClassName
{
background-color: #2CC727;
}
.BgClassName
{
background-color: #2CC727;
}
</style>
border-color css
<style>
span { border-color: #2CC727; }
span { border-color: rgb(44,199,39); }
td.TdClassName
{
border-color: #2CC727;
}
.TagClassName
{
border-color: #2CC727;
}
</style>