Shades of Lime Green #2EB038
Tints of Lime Green #2EB038
RGB
CMYK
RGB Variations
Color information
#2EB038 (or 0x2EB038) is known color: Lime Green. HEX triplet: 2E, B0 and 38. RGB value is (46,176,56). Sum of RGB (Red+Green+Blue) = 46+176+56=278 (36% of max value = 765). Red value is 46 (18.36% from 255 or 16.55% from 278); Green value is 176 (69.14% from 255 or 63.31% from 278); Blue value is 56 (22.27% from 255 or 20.14% from 278); Max value from RGB is 176 - color contains mainly: green. Hex color #2EB038 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2EB038 is #D14FC7. Grayscale: #7B7B7B. Windows color (decimal): -13717448 or 3715118. OLE color: 3715118.
HSL color Cylindrical-coordinate representation of color #2EB038: hue angle of 124.62º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2EB038 is Cyan = 0.74, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 46 | 176 | 56 | - |
| CMYK | 0.74 | 0 | 0.68 | 0.31 |
| HSL | 124.62º | 0.59% | 0.44% | - |
| HSV(B) | 124.62º | 0.74% | 0.69% | - |
| XYZ | 17.37 | 31.92 | 8.99 | - |
| YUV | 123.45 | 89.93 | 72.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 176 | 56 | 0.74 | 0 | 0.68 | 0.31 | 124.62 | 0.59 | 0.44 |
| Hex | 2E | B0 | 38 | 4A | 0 | 44 | 1F | 7D | 3B | 2C |
| Octal | 56 | 260 | 70 | 112 | 0 | 104 | 37 | 175 | 73 | 54 |
| Binary | 101110 | 10110000 | 111000 | 1001010 | 0 | 1000100 | 11111 | 1111101 | 111011 | 101100 |
Color Harmonies of #2EB038
Complementary color
Monochromatic Colors of #2EB038
Black with #2EB038
Text Example
Text Example
White with #2EB038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EB038; }
p { color: rgb(46,176,56); }
H1.HeaderClassName
{
color: #2EB038;
}
.AnyTagClassName
{
color: #2EB038;
}
</style>
background-color css
<style>
a { background-color: #2EB038; }
a { background-color: rgb(46,176,56); }
div.DivClassName
{
background-color: #2EB038;
}
.BgClassName
{
background-color: #2EB038;
}
</style>
border-color css
<style>
span { border-color: #2EB038; }
span { border-color: rgb(46,176,56); }
td.TdClassName
{
border-color: #2EB038;
}
.TagClassName
{
border-color: #2EB038;
}
</style>