Shades of Lime Green #2EBF2D
Tints of Lime Green #2EBF2D
RGB
CMYK
RGB Variations
Color information
#2EBF2D (or 0x2EBF2D) is known color: Lime Green. HEX triplet: 2E, BF and 2D. RGB value is (46,191,45). Sum of RGB (Red+Green+Blue) = 46+191+45=282 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.31% from 282); Green value is 191 (75% from 255 or 67.73% from 282); Blue value is 45 (17.97% from 255 or 15.96% from 282); Max value from RGB is 191 - color contains mainly: green. Hex color #2EBF2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EBF2D is #D140D2. Grayscale: #838383. Windows color (decimal): -13713619 or 2998062. OLE color: 2998062.
HSL color Cylindrical-coordinate representation of color #2EBF2D: hue angle of 119.59º degrees, saturation: 0.62, 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 #2EBF2D is Cyan = 0.76, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 46 | 191 | 45 | - |
| CMYK | 0.76 | 0 | 0.76 | 0.25 |
| HSL | 119.59º | 0.62% | 0.46% | - |
| HSV(B) | 119.59º | 0.76% | 0.75% | - |
| XYZ | 20.23 | 38.03 | 8.76 | - |
| YUV | 131 | 79.46 | 67.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 191 | 45 | 0.76 | 0 | 0.76 | 0.25 | 119.59 | 0.62 | 0.46 |
| Hex | 2E | BF | 2D | 4C | 0 | 4C | 19 | 78 | 3E | 2E |
| Octal | 56 | 277 | 55 | 114 | 0 | 114 | 31 | 170 | 76 | 56 |
| Binary | 101110 | 10111111 | 101101 | 1001100 | 0 | 1001100 | 11001 | 1111000 | 111110 | 101110 |
Color Harmonies of #2EBF2D
Complementary color
Monochromatic Colors of #2EBF2D
Black with #2EBF2D
Text Example
Text Example
White with #2EBF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EBF2D; }
p { color: rgb(46,191,45); }
H1.HeaderClassName
{
color: #2EBF2D;
}
.AnyTagClassName
{
color: #2EBF2D;
}
</style>
background-color css
<style>
a { background-color: #2EBF2D; }
a { background-color: rgb(46,191,45); }
div.DivClassName
{
background-color: #2EBF2D;
}
.BgClassName
{
background-color: #2EBF2D;
}
</style>
border-color css
<style>
span { border-color: #2EBF2D; }
span { border-color: rgb(46,191,45); }
td.TdClassName
{
border-color: #2EBF2D;
}
.TagClassName
{
border-color: #2EBF2D;
}
</style>