Shades of Lime Green #2ECC1F
Tints of Lime Green #2ECC1F
RGB
CMYK
RGB Variations
Color information
#2ECC1F (or 0x2ECC1F) is known color: Lime Green. HEX triplet: 2E, CC and 1F. RGB value is (46,204,31). Sum of RGB (Red+Green+Blue) = 46+204+31=281 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.37% from 281); Green value is 204 (80.08% from 255 or 72.60% from 281); Blue value is 31 (12.5% from 255 or 11.03% from 281); Max value from RGB is 204 - color contains mainly: green. Hex color #2ECC1F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ECC1F is #D133E0. Grayscale: #898989. Windows color (decimal): -13710305 or 2083886. OLE color: 2083886.
HSL color Cylindrical-coordinate representation of color #2ECC1F: hue angle of 114.8º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2ECC1F is Cyan = 0.77, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 46 | 204 | 31 | - |
| CMYK | 0.77 | 0 | 0.85 | 0.2 |
| HSL | 114.8º | 0.74% | 0.46% | - |
| HSV(B) | 114.8º | 0.85% | 0.8% | - |
| XYZ | 22.97 | 43.87 | 8.55 | - |
| YUV | 137.04 | 68.15 | 63.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 204 | 31 | 0.77 | 0 | 0.85 | 0.2 | 114.8 | 0.74 | 0.46 |
| Hex | 2E | CC | 1F | 4D | 0 | 55 | 14 | 73 | 4A | 2E |
| Octal | 56 | 314 | 37 | 115 | 0 | 125 | 24 | 163 | 112 | 56 |
| Binary | 101110 | 11001100 | 11111 | 1001101 | 0 | 1010101 | 10100 | 1110011 | 1001010 | 101110 |
Color Harmonies of #2ECC1F
Complementary color
Monochromatic Colors of #2ECC1F
Black with #2ECC1F
Text Example
Text Example
White with #2ECC1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECC1F; }
p { color: rgb(46,204,31); }
H1.HeaderClassName
{
color: #2ECC1F;
}
.AnyTagClassName
{
color: #2ECC1F;
}
</style>
background-color css
<style>
a { background-color: #2ECC1F; }
a { background-color: rgb(46,204,31); }
div.DivClassName
{
background-color: #2ECC1F;
}
.BgClassName
{
background-color: #2ECC1F;
}
</style>
border-color css
<style>
span { border-color: #2ECC1F; }
span { border-color: rgb(46,204,31); }
td.TdClassName
{
border-color: #2ECC1F;
}
.TagClassName
{
border-color: #2ECC1F;
}
</style>