Shades of Lime Green #2EB51C
Tints of Lime Green #2EB51C
RGB
CMYK
RGB Variations
Color information
#2EB51C (or 0x2EB51C) is known color: Lime Green. HEX triplet: 2E, B5 and 1C. RGB value is (46,181,28). Sum of RGB (Red+Green+Blue) = 46+181+28=255 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.04% from 255); Green value is 181 (71.09% from 255 or 70.98% from 255); Blue value is 28 (11.33% from 255 or 10.98% from 255); Max value from RGB is 181 - color contains mainly: green. Hex color #2EB51C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EB51C is #D14AE3. Grayscale: #7B7B7B. Windows color (decimal): -13716196 or 1881390. OLE color: 1881390.
HSL color Cylindrical-coordinate representation of color #2EB51C: hue angle of 112.94º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2EB51C is Cyan = 0.75, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 46 | 181 | 28 | - |
| CMYK | 0.75 | 0 | 0.85 | 0.29 |
| HSL | 112.94º | 0.73% | 0.41% | - |
| HSV(B) | 112.94º | 0.85% | 0.71% | - |
| XYZ | 17.86 | 33.71 | 6.66 | - |
| YUV | 123.19 | 74.27 | 72.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 181 | 28 | 0.75 | 0 | 0.85 | 0.29 | 112.94 | 0.73 | 0.41 |
| Hex | 2E | B5 | 1C | 4B | 0 | 55 | 1D | 71 | 49 | 29 |
| Octal | 56 | 265 | 34 | 113 | 0 | 125 | 35 | 161 | 111 | 51 |
| Binary | 101110 | 10110101 | 11100 | 1001011 | 0 | 1010101 | 11101 | 1110001 | 1001001 | 101001 |
Color Harmonies of #2EB51C
Complementary color
Monochromatic Colors of #2EB51C
Black with #2EB51C
Text Example
Text Example
White with #2EB51C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EB51C; }
p { color: rgb(46,181,28); }
H1.HeaderClassName
{
color: #2EB51C;
}
.AnyTagClassName
{
color: #2EB51C;
}
</style>
background-color css
<style>
a { background-color: #2EB51C; }
a { background-color: rgb(46,181,28); }
div.DivClassName
{
background-color: #2EB51C;
}
.BgClassName
{
background-color: #2EB51C;
}
</style>
border-color css
<style>
span { border-color: #2EB51C; }
span { border-color: rgb(46,181,28); }
td.TdClassName
{
border-color: #2EB51C;
}
.TagClassName
{
border-color: #2EB51C;
}
</style>