Shades of Lime Green #2EFE47
Tints of Lime Green #2EFE47
RGB
CMYK
RGB Variations
Color information
#2EFE47 (or 0x2EFE47) is known color: Lime Green. HEX triplet: 2E, FE and 47. RGB value is (46,254,71). Sum of RGB (Red+Green+Blue) = 46+254+71=371 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.40% from 371); Green value is 254 (99.61% from 255 or 68.46% from 371); Blue value is 71 (28.12% from 255 or 19.14% from 371); Max value from RGB is 254 - color contains mainly: green. Hex color #2EFE47 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EFE47 is #D101B8. Grayscale: #ABABAB. Windows color (decimal): -13697465 or 4718126. OLE color: 4718126.
HSL color Cylindrical-coordinate representation of color #2EFE47: hue angle of 127.21º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EFE47 is Cyan = 0.82, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 46 | 254 | 71 | - |
| CMYK | 0.82 | 0 | 0.72 | 0.00 |
| HSL | 127.21º | 0.99% | 0.59% | - |
| HSV(B) | 127.21º | 0.82% | 1% | - |
| XYZ | 37.71 | 71.92 | 17.86 | - |
| YUV | 170.95 | 71.59 | 38.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 254 | 71 | 0.82 | 0 | 0.72 | 0.00 | 127.21 | 0.99 | 0.59 |
| Hex | 2E | FE | 47 | 52 | 0 | 48 | 0 | 7F | 63 | 3B |
| Octal | 56 | 376 | 107 | 122 | 0 | 110 | 0 | 177 | 143 | 73 |
| Binary | 101110 | 11111110 | 1000111 | 1010010 | 0 | 1001000 | 0 | 1111111 | 1100011 | 111011 |
Color Harmonies of #2EFE47
Complementary color
Monochromatic Colors of #2EFE47
Black with #2EFE47
Text Example
Text Example
White with #2EFE47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EFE47; }
p { color: rgb(46,254,71); }
H1.HeaderClassName
{
color: #2EFE47;
}
.AnyTagClassName
{
color: #2EFE47;
}
</style>
background-color css
<style>
a { background-color: #2EFE47; }
a { background-color: rgb(46,254,71); }
div.DivClassName
{
background-color: #2EFE47;
}
.BgClassName
{
background-color: #2EFE47;
}
</style>
border-color css
<style>
span { border-color: #2EFE47; }
span { border-color: rgb(46,254,71); }
td.TdClassName
{
border-color: #2EFE47;
}
.TagClassName
{
border-color: #2EFE47;
}
</style>