Shades of Lime Green #2CD70E
Tints of Lime Green #2CD70E
RGB
CMYK
RGB Variations
Color information
#2CD70E (or 0x2CD70E) is known color: Lime Green. HEX triplet: 2C, D7 and 0E. RGB value is (44,215,14). Sum of RGB (Red+Green+Blue) = 44+215+14=273 (36% of max value = 765). Red value is 44 (17.58% from 255 or 16.12% from 273); Green value is 215 (84.38% from 255 or 78.75% from 273); Blue value is 14 (5.86% from 255 or 5.13% from 273); Max value from RGB is 215 - color contains mainly: green. Hex color #2CD70E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CD70E is #D328F1. Grayscale: #8D8D8D. Windows color (decimal): -13838578 or 972588. OLE color: 972588.
HSL color Cylindrical-coordinate representation of color #2CD70E: hue angle of 111.04º degrees, saturation: 0.88, 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 #2CD70E is Cyan = 0.80, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 44 | 215 | 14 | - |
| CMYK | 0.80 | 0 | 0.93 | 0.16 |
| HSL | 111.04º | 0.88% | 0.45% | - |
| HSV(B) | 111.04º | 0.93% | 0.84% | - |
| XYZ | 25.42 | 49.17 | 8.57 | - |
| YUV | 140.96 | 56.35 | 58.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 215 | 14 | 0.80 | 0 | 0.93 | 0.16 | 111.04 | 0.88 | 0.45 |
| Hex | 2C | D7 | E | 50 | 0 | 5D | 10 | 6F | 58 | 2D |
| Octal | 54 | 327 | 16 | 120 | 0 | 135 | 20 | 157 | 130 | 55 |
| Binary | 101100 | 11010111 | 1110 | 1010000 | 0 | 1011101 | 10000 | 1101111 | 1011000 | 101101 |
Color Harmonies of #2CD70E
Complementary color
Monochromatic Colors of #2CD70E
Black with #2CD70E
Text Example
Text Example
White with #2CD70E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CD70E; }
p { color: rgb(44,215,14); }
H1.HeaderClassName
{
color: #2CD70E;
}
.AnyTagClassName
{
color: #2CD70E;
}
</style>
background-color css
<style>
a { background-color: #2CD70E; }
a { background-color: rgb(44,215,14); }
div.DivClassName
{
background-color: #2CD70E;
}
.BgClassName
{
background-color: #2CD70E;
}
</style>
border-color css
<style>
span { border-color: #2CD70E; }
span { border-color: rgb(44,215,14); }
td.TdClassName
{
border-color: #2CD70E;
}
.TagClassName
{
border-color: #2CD70E;
}
</style>