Shades of Lime Green #2CD20C
Tints of Lime Green #2CD20C
RGB
CMYK
RGB Variations
Color information
#2CD20C (or 0x2CD20C) is known color: Lime Green. HEX triplet: 2C, D2 and 0C. RGB value is (44,210,12). Sum of RGB (Red+Green+Blue) = 44+210+12=266 (35% of max value = 765). Red value is 44 (17.58% from 255 or 16.54% from 266); Green value is 210 (82.42% from 255 or 78.95% from 266); Blue value is 12 (5.08% from 255 or 4.51% from 266); Max value from RGB is 210 - color contains mainly: green. Hex color #2CD20C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CD20C is #D32DF3. Grayscale: #8A8A8A. Windows color (decimal): -13839860 or 840236. OLE color: 840236.
HSL color Cylindrical-coordinate representation of color #2CD20C: hue angle of 110.3º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2CD20C is Cyan = 0.79, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 44 | 210 | 12 | - |
| CMYK | 0.79 | 0 | 0.94 | 0.18 |
| HSL | 110.3º | 0.89% | 0.44% | - |
| HSV(B) | 110.3º | 0.94% | 0.82% | - |
| XYZ | 24.15 | 46.66 | 8.08 | - |
| YUV | 137.79 | 57 | 61.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 210 | 12 | 0.79 | 0 | 0.94 | 0.18 | 110.3 | 0.89 | 0.44 |
| Hex | 2C | D2 | C | 4F | 0 | 5E | 12 | 6E | 59 | 2C |
| Octal | 54 | 322 | 14 | 117 | 0 | 136 | 22 | 156 | 131 | 54 |
| Binary | 101100 | 11010010 | 1100 | 1001111 | 0 | 1011110 | 10010 | 1101110 | 1011001 | 101100 |
Color Harmonies of #2CD20C
Complementary color
Monochromatic Colors of #2CD20C
Black with #2CD20C
Text Example
Text Example
White with #2CD20C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CD20C; }
p { color: rgb(44,210,12); }
H1.HeaderClassName
{
color: #2CD20C;
}
.AnyTagClassName
{
color: #2CD20C;
}
</style>
background-color css
<style>
a { background-color: #2CD20C; }
a { background-color: rgb(44,210,12); }
div.DivClassName
{
background-color: #2CD20C;
}
.BgClassName
{
background-color: #2CD20C;
}
</style>
border-color css
<style>
span { border-color: #2CD20C; }
span { border-color: rgb(44,210,12); }
td.TdClassName
{
border-color: #2CD20C;
}
.TagClassName
{
border-color: #2CD20C;
}
</style>