Shades of Lime Green #2EBE30
Tints of Lime Green #2EBE30
RGB
CMYK
RGB Variations
Color information
#2EBE30 (or 0x2EBE30) is known color: Lime Green. HEX triplet: 2E, BE and 30. RGB value is (46,190,48). Sum of RGB (Red+Green+Blue) = 46+190+48=284 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.20% from 284); Green value is 190 (74.61% from 255 or 66.90% from 284); Blue value is 48 (19.14% from 255 or 16.90% from 284); Max value from RGB is 190 - color contains mainly: green. Hex color #2EBE30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EBE30 is #D141CF. Grayscale: #838383. Windows color (decimal): -13713872 or 3194414. OLE color: 3194414.
HSL color Cylindrical-coordinate representation of color #2EBE30: hue angle of 120.83º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2EBE30 is Cyan = 0.76, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 46 | 190 | 48 | - |
| CMYK | 0.76 | 0 | 0.75 | 0.25 |
| HSL | 120.83º | 0.61% | 0.46% | - |
| HSV(B) | 120.83º | 0.76% | 0.75% | - |
| XYZ | 20.07 | 37.62 | 9 | - |
| YUV | 130.76 | 81.29 | 67.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 190 | 48 | 0.76 | 0 | 0.75 | 0.25 | 120.83 | 0.61 | 0.46 |
| Hex | 2E | BE | 30 | 4C | 0 | 4B | 19 | 79 | 3D | 2E |
| Octal | 56 | 276 | 60 | 114 | 0 | 113 | 31 | 171 | 75 | 56 |
| Binary | 101110 | 10111110 | 110000 | 1001100 | 0 | 1001011 | 11001 | 1111001 | 111101 | 101110 |
Color Harmonies of #2EBE30
Complementary color
Monochromatic Colors of #2EBE30
Black with #2EBE30
Text Example
Text Example
White with #2EBE30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EBE30; }
p { color: rgb(46,190,48); }
H1.HeaderClassName
{
color: #2EBE30;
}
.AnyTagClassName
{
color: #2EBE30;
}
</style>
background-color css
<style>
a { background-color: #2EBE30; }
a { background-color: rgb(46,190,48); }
div.DivClassName
{
background-color: #2EBE30;
}
.BgClassName
{
background-color: #2EBE30;
}
</style>
border-color css
<style>
span { border-color: #2EBE30; }
span { border-color: rgb(46,190,48); }
td.TdClassName
{
border-color: #2EBE30;
}
.TagClassName
{
border-color: #2EBE30;
}
</style>