Shades of Lime Green #2ECA1F
Tints of Lime Green #2ECA1F
RGB
CMYK
RGB Variations
Color information
#2ECA1F (or 0x2ECA1F) is known color: Lime Green. HEX triplet: 2E, CA and 1F. RGB value is (46,202,31). Sum of RGB (Red+Green+Blue) = 46+202+31=279 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.49% from 279); Green value is 202 (79.30% from 255 or 72.40% from 279); Blue value is 31 (12.5% from 255 or 11.11% from 279); Max value from RGB is 202 - color contains mainly: green. Hex color #2ECA1F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ECA1F is #D135E0. Grayscale: #888888. Windows color (decimal): -13710817 or 2083374. OLE color: 2083374.
HSL color Cylindrical-coordinate representation of color #2ECA1F: hue angle of 114.74º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2ECA1F is Cyan = 0.77, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 46 | 202 | 31 | - |
| CMYK | 0.77 | 0 | 0.85 | 0.21 |
| HSL | 114.74º | 0.73% | 0.46% | - |
| HSV(B) | 114.74º | 0.85% | 0.79% | - |
| XYZ | 22.49 | 42.92 | 8.4 | - |
| YUV | 135.86 | 68.82 | 63.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 202 | 31 | 0.77 | 0 | 0.85 | 0.21 | 114.74 | 0.73 | 0.46 |
| Hex | 2E | CA | 1F | 4D | 0 | 55 | 15 | 73 | 49 | 2E |
| Octal | 56 | 312 | 37 | 115 | 0 | 125 | 25 | 163 | 111 | 56 |
| Binary | 101110 | 11001010 | 11111 | 1001101 | 0 | 1010101 | 10101 | 1110011 | 1001001 | 101110 |
Color Harmonies of #2ECA1F
Complementary color
Monochromatic Colors of #2ECA1F
Black with #2ECA1F
Text Example
Text Example
White with #2ECA1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECA1F; }
p { color: rgb(46,202,31); }
H1.HeaderClassName
{
color: #2ECA1F;
}
.AnyTagClassName
{
color: #2ECA1F;
}
</style>
background-color css
<style>
a { background-color: #2ECA1F; }
a { background-color: rgb(46,202,31); }
div.DivClassName
{
background-color: #2ECA1F;
}
.BgClassName
{
background-color: #2ECA1F;
}
</style>
border-color css
<style>
span { border-color: #2ECA1F; }
span { border-color: rgb(46,202,31); }
td.TdClassName
{
border-color: #2ECA1F;
}
.TagClassName
{
border-color: #2ECA1F;
}
</style>