Shades of Lime Green #2CD10C
Tints of Lime Green #2CD10C
RGB
CMYK
RGB Variations
Color information
#2CD10C (or 0x2CD10C) is known color: Lime Green. HEX triplet: 2C, D1 and 0C. RGB value is (44,209,12). Sum of RGB (Red+Green+Blue) = 44+209+12=265 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.60% from 265); Green value is 209 (82.03% from 255 or 78.87% from 265); Blue value is 12 (5.08% from 255 or 4.53% from 265); Max value from RGB is 209 - color contains mainly: green. Hex color #2CD10C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CD10C is #D32EF3. Grayscale: #898989. Windows color (decimal): -13840116 or 839980. OLE color: 839980.
HSL color Cylindrical-coordinate representation of color #2CD10C: hue angle of 110.25º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2CD10C is Cyan = 0.79, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 44 | 209 | 12 | - |
| CMYK | 0.79 | 0 | 0.94 | 0.18 |
| HSL | 110.25º | 0.89% | 0.43% | - |
| HSV(B) | 110.25º | 0.94% | 0.82% | - |
| XYZ | 23.91 | 46.16 | 8 | - |
| YUV | 137.21 | 57.34 | 61.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 209 | 12 | 0.79 | 0 | 0.94 | 0.18 | 110.25 | 0.89 | 0.43 |
| Hex | 2C | D1 | C | 4F | 0 | 5E | 12 | 6E | 59 | 2B |
| Octal | 54 | 321 | 14 | 117 | 0 | 136 | 22 | 156 | 131 | 53 |
| Binary | 101100 | 11010001 | 1100 | 1001111 | 0 | 1011110 | 10010 | 1101110 | 1011001 | 101011 |
Color Harmonies of #2CD10C
Complementary color
Monochromatic Colors of #2CD10C
Black with #2CD10C
Text Example
Text Example
White with #2CD10C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CD10C; }
p { color: rgb(44,209,12); }
H1.HeaderClassName
{
color: #2CD10C;
}
.AnyTagClassName
{
color: #2CD10C;
}
</style>
background-color css
<style>
a { background-color: #2CD10C; }
a { background-color: rgb(44,209,12); }
div.DivClassName
{
background-color: #2CD10C;
}
.BgClassName
{
background-color: #2CD10C;
}
</style>
border-color css
<style>
span { border-color: #2CD10C; }
span { border-color: rgb(44,209,12); }
td.TdClassName
{
border-color: #2CD10C;
}
.TagClassName
{
border-color: #2CD10C;
}
</style>