Shades of Lime Green #2EBD2F
Tints of Lime Green #2EBD2F
RGB
CMYK
RGB Variations
Color information
#2EBD2F (or 0x2EBD2F) is known color: Lime Green. HEX triplet: 2E, BD and 2F. RGB value is (46,189,47). Sum of RGB (Red+Green+Blue) = 46+189+47=282 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.31% from 282); Green value is 189 (74.22% from 255 or 67.02% from 282); Blue value is 47 (18.75% from 255 or 16.67% from 282); Max value from RGB is 189 - color contains mainly: green. Hex color #2EBD2F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EBD2F is #D142D0. Grayscale: #828282. Windows color (decimal): -13714129 or 3128622. OLE color: 3128622.
HSL color Cylindrical-coordinate representation of color #2EBD2F: hue angle of 120.42º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2EBD2F is Cyan = 0.76, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 46 | 189 | 47 | - |
| CMYK | 0.76 | 0 | 0.75 | 0.26 |
| HSL | 120.42º | 0.61% | 0.46% | - |
| HSV(B) | 120.42º | 0.76% | 0.74% | - |
| XYZ | 19.84 | 37.18 | 8.82 | - |
| YUV | 130.06 | 81.12 | 68.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 189 | 47 | 0.76 | 0 | 0.75 | 0.26 | 120.42 | 0.61 | 0.46 |
| Hex | 2E | BD | 2F | 4C | 0 | 4B | 1A | 78 | 3D | 2E |
| Octal | 56 | 275 | 57 | 114 | 0 | 113 | 32 | 170 | 75 | 56 |
| Binary | 101110 | 10111101 | 101111 | 1001100 | 0 | 1001011 | 11010 | 1111000 | 111101 | 101110 |
Color Harmonies of #2EBD2F
Complementary color
Monochromatic Colors of #2EBD2F
Black with #2EBD2F
Text Example
Text Example
White with #2EBD2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EBD2F; }
p { color: rgb(46,189,47); }
H1.HeaderClassName
{
color: #2EBD2F;
}
.AnyTagClassName
{
color: #2EBD2F;
}
</style>
background-color css
<style>
a { background-color: #2EBD2F; }
a { background-color: rgb(46,189,47); }
div.DivClassName
{
background-color: #2EBD2F;
}
.BgClassName
{
background-color: #2EBD2F;
}
</style>
border-color css
<style>
span { border-color: #2EBD2F; }
span { border-color: rgb(46,189,47); }
td.TdClassName
{
border-color: #2EBD2F;
}
.TagClassName
{
border-color: #2EBD2F;
}
</style>