Shades of Lime Green #2CD710
Tints of Lime Green #2CD710
RGB
CMYK
RGB Variations
Color information
#2CD710 (or 0x2CD710) is known color: Lime Green. HEX triplet: 2C, D7 and 10. RGB value is (44,215,16). Sum of RGB (Red+Green+Blue) = 44+215+16=275 (36% of max value = 765). Red value is 44 (17.58% from 255 or 16% from 275); Green value is 215 (84.38% from 255 or 78.18% from 275); Blue value is 16 (6.64% from 255 or 5.82% from 275); Max value from RGB is 215 - color contains mainly: green. Hex color #2CD710 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CD710 is #D328EF. Grayscale: #8D8D8D. Windows color (decimal): -13838576 or 1103660. OLE color: 1103660.
HSL color Cylindrical-coordinate representation of color #2CD710: hue angle of 111.56º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2CD710 is Cyan = 0.80, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 44 | 215 | 16 | - |
| CMYK | 0.80 | 0 | 0.93 | 0.16 |
| HSL | 111.56º | 0.86% | 0.45% | - |
| HSV(B) | 111.56º | 0.93% | 0.84% | - |
| XYZ | 25.43 | 49.17 | 8.64 | - |
| YUV | 141.19 | 57.35 | 58.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 215 | 16 | 0.80 | 0 | 0.93 | 0.16 | 111.56 | 0.86 | 0.45 |
| Hex | 2C | D7 | 10 | 50 | 0 | 5D | 10 | 70 | 56 | 2D |
| Octal | 54 | 327 | 20 | 120 | 0 | 135 | 20 | 160 | 126 | 55 |
| Binary | 101100 | 11010111 | 10000 | 1010000 | 0 | 1011101 | 10000 | 1110000 | 1010110 | 101101 |
Color Harmonies of #2CD710
Complementary color
Monochromatic Colors of #2CD710
Black with #2CD710
Text Example
Text Example
White with #2CD710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CD710; }
p { color: rgb(44,215,16); }
H1.HeaderClassName
{
color: #2CD710;
}
.AnyTagClassName
{
color: #2CD710;
}
</style>
background-color css
<style>
a { background-color: #2CD710; }
a { background-color: rgb(44,215,16); }
div.DivClassName
{
background-color: #2CD710;
}
.BgClassName
{
background-color: #2CD710;
}
</style>
border-color css
<style>
span { border-color: #2CD710; }
span { border-color: rgb(44,215,16); }
td.TdClassName
{
border-color: #2CD710;
}
.TagClassName
{
border-color: #2CD710;
}
</style>