Shades of Lime Green #2EB338
Tints of Lime Green #2EB338
RGB
CMYK
RGB Variations
Color information
#2EB338 (or 0x2EB338) is known color: Lime Green. HEX triplet: 2E, B3 and 38. RGB value is (46,179,56). Sum of RGB (Red+Green+Blue) = 46+179+56=281 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.37% from 281); Green value is 179 (70.31% from 255 or 63.70% from 281); Blue value is 56 (22.27% from 255 or 19.93% from 281); Max value from RGB is 179 - color contains mainly: green. Hex color #2EB338 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EB338 is #D14CC7. Grayscale: #7D7D7D. Windows color (decimal): -13716680 or 3715886. OLE color: 3715886.
HSL color Cylindrical-coordinate representation of color #2EB338: hue angle of 124.51º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2EB338 is Cyan = 0.74, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 46 | 179 | 56 | - |
| CMYK | 0.74 | 0 | 0.69 | 0.30 |
| HSL | 124.51º | 0.59% | 0.44% | - |
| HSV(B) | 124.51º | 0.74% | 0.7% | - |
| XYZ | 17.96 | 33.11 | 9.18 | - |
| YUV | 125.21 | 88.94 | 71.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 179 | 56 | 0.74 | 0 | 0.69 | 0.30 | 124.51 | 0.59 | 0.44 |
| Hex | 2E | B3 | 38 | 4A | 0 | 45 | 1E | 7D | 3B | 2C |
| Octal | 56 | 263 | 70 | 112 | 0 | 105 | 36 | 175 | 73 | 54 |
| Binary | 101110 | 10110011 | 111000 | 1001010 | 0 | 1000101 | 11110 | 1111101 | 111011 | 101100 |
Color Harmonies of #2EB338
Complementary color
Monochromatic Colors of #2EB338
Black with #2EB338
Text Example
Text Example
White with #2EB338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EB338; }
p { color: rgb(46,179,56); }
H1.HeaderClassName
{
color: #2EB338;
}
.AnyTagClassName
{
color: #2EB338;
}
</style>
background-color css
<style>
a { background-color: #2EB338; }
a { background-color: rgb(46,179,56); }
div.DivClassName
{
background-color: #2EB338;
}
.BgClassName
{
background-color: #2EB338;
}
</style>
border-color css
<style>
span { border-color: #2EB338; }
span { border-color: rgb(46,179,56); }
td.TdClassName
{
border-color: #2EB338;
}
.TagClassName
{
border-color: #2EB338;
}
</style>