Shades of Lime Green #2EB41C
Tints of Lime Green #2EB41C
RGB
CMYK
RGB Variations
Color information
#2EB41C (or 0x2EB41C) is known color: Lime Green. HEX triplet: 2E, B4 and 1C. RGB value is (46,180,28). Sum of RGB (Red+Green+Blue) = 46+180+28=254 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.11% from 254); Green value is 180 (70.70% from 255 or 70.87% from 254); Blue value is 28 (11.33% from 255 or 11.02% from 254); Max value from RGB is 180 - color contains mainly: green. Hex color #2EB41C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EB41C is #D14BE3. Grayscale: #7B7B7B. Windows color (decimal): -13716452 or 1881134. OLE color: 1881134.
HSL color Cylindrical-coordinate representation of color #2EB41C: hue angle of 112.89º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2EB41C is Cyan = 0.74, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 46 | 180 | 28 | - |
| CMYK | 0.74 | 0 | 0.84 | 0.29 |
| HSL | 112.89º | 0.73% | 0.41% | - |
| HSV(B) | 112.89º | 0.84% | 0.71% | - |
| XYZ | 17.66 | 33.31 | 6.6 | - |
| YUV | 122.61 | 74.61 | 73.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 180 | 28 | 0.74 | 0 | 0.84 | 0.29 | 112.89 | 0.73 | 0.41 |
| Hex | 2E | B4 | 1C | 4A | 0 | 54 | 1D | 71 | 49 | 29 |
| Octal | 56 | 264 | 34 | 112 | 0 | 124 | 35 | 161 | 111 | 51 |
| Binary | 101110 | 10110100 | 11100 | 1001010 | 0 | 1010100 | 11101 | 1110001 | 1001001 | 101001 |
Color Harmonies of #2EB41C
Complementary color
Monochromatic Colors of #2EB41C
Black with #2EB41C
Text Example
Text Example
White with #2EB41C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EB41C; }
p { color: rgb(46,180,28); }
H1.HeaderClassName
{
color: #2EB41C;
}
.AnyTagClassName
{
color: #2EB41C;
}
</style>
background-color css
<style>
a { background-color: #2EB41C; }
a { background-color: rgb(46,180,28); }
div.DivClassName
{
background-color: #2EB41C;
}
.BgClassName
{
background-color: #2EB41C;
}
</style>
border-color css
<style>
span { border-color: #2EB41C; }
span { border-color: rgb(46,180,28); }
td.TdClassName
{
border-color: #2EB41C;
}
.TagClassName
{
border-color: #2EB41C;
}
</style>