Shades of Lime Green #2EEA1C
Tints of Lime Green #2EEA1C
RGB
CMYK
RGB Variations
Color information
#2EEA1C (or 0x2EEA1C) is known color: Lime Green. HEX triplet: 2E, EA and 1C. RGB value is (46,234,28). Sum of RGB (Red+Green+Blue) = 46+234+28=308 (40% of max value = 765). Red value is 46 (18.36% from 255 or 14.94% from 308); Green value is 234 (91.80% from 255 or 75.97% from 308); Blue value is 28 (11.33% from 255 or 9.09% from 308); Max value from RGB is 234 - color contains mainly: green. Hex color #2EEA1C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EEA1C is #D115E3. Grayscale: #9A9A9A. Windows color (decimal): -13702628 or 1894958. OLE color: 1894958.
HSL color Cylindrical-coordinate representation of color #2EEA1C: hue angle of 114.76º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2EEA1C is Cyan = 0.80, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 46 | 234 | 28 | - |
| CMYK | 0.80 | 0 | 0.88 | 0.08 |
| HSL | 114.76º | 0.83% | 0.51% | - |
| HSV(B) | 114.76º | 0.88% | 0.92% | - |
| XYZ | 30.76 | 59.51 | 10.96 | - |
| YUV | 154.3 | 56.72 | 50.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 234 | 28 | 0.80 | 0 | 0.88 | 0.08 | 114.76 | 0.83 | 0.51 |
| Hex | 2E | EA | 1C | 50 | 0 | 58 | 8 | 73 | 53 | 33 |
| Octal | 56 | 352 | 34 | 120 | 0 | 130 | 10 | 163 | 123 | 63 |
| Binary | 101110 | 11101010 | 11100 | 1010000 | 0 | 1011000 | 1000 | 1110011 | 1010011 | 110011 |
Color Harmonies of #2EEA1C
Complementary color
Monochromatic Colors of #2EEA1C
Black with #2EEA1C
Text Example
Text Example
White with #2EEA1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEA1C; }
p { color: rgb(46,234,28); }
H1.HeaderClassName
{
color: #2EEA1C;
}
.AnyTagClassName
{
color: #2EEA1C;
}
</style>
background-color css
<style>
a { background-color: #2EEA1C; }
a { background-color: rgb(46,234,28); }
div.DivClassName
{
background-color: #2EEA1C;
}
.BgClassName
{
background-color: #2EEA1C;
}
</style>
border-color css
<style>
span { border-color: #2EEA1C; }
span { border-color: rgb(46,234,28); }
td.TdClassName
{
border-color: #2EEA1C;
}
.TagClassName
{
border-color: #2EEA1C;
}
</style>