Shades of Lime Green #2EFB3F
Tints of Lime Green #2EFB3F
RGB
CMYK
RGB Variations
Color information
#2EFB3F (or 0x2EFB3F) is known color: Lime Green. HEX triplet: 2E, FB and 3F. RGB value is (46,251,63). Sum of RGB (Red+Green+Blue) = 46+251+63=360 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.78% from 360); Green value is 251 (98.44% from 255 or 69.72% from 360); Blue value is 63 (25% from 255 or 17.5% from 360); Max value from RGB is 251 - color contains mainly: green. Hex color #2EFB3F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EFB3F is #D104C0. Grayscale: #A8A8A8. Windows color (decimal): -13698241 or 4193070. OLE color: 4193070.
HSL color Cylindrical-coordinate representation of color #2EFB3F: hue angle of 124.98º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EFB3F is Cyan = 0.82, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 46 | 251 | 63 | - |
| CMYK | 0.82 | 0 | 0.75 | 0.02 |
| HSL | 124.98º | 0.96% | 0.58% | - |
| HSV(B) | 124.98º | 0.82% | 0.98% | - |
| XYZ | 36.52 | 69.93 | 16.28 | - |
| YUV | 168.27 | 68.58 | 40.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 251 | 63 | 0.82 | 0 | 0.75 | 0.02 | 124.98 | 0.96 | 0.58 |
| Hex | 2E | FB | 3F | 52 | 0 | 4B | 2 | 7D | 60 | 3A |
| Octal | 56 | 373 | 77 | 122 | 0 | 113 | 2 | 175 | 140 | 72 |
| Binary | 101110 | 11111011 | 111111 | 1010010 | 0 | 1001011 | 10 | 1111101 | 1100000 | 111010 |
Color Harmonies of #2EFB3F
Complementary color
Monochromatic Colors of #2EFB3F
Black with #2EFB3F
Text Example
Text Example
White with #2EFB3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EFB3F; }
p { color: rgb(46,251,63); }
H1.HeaderClassName
{
color: #2EFB3F;
}
.AnyTagClassName
{
color: #2EFB3F;
}
</style>
background-color css
<style>
a { background-color: #2EFB3F; }
a { background-color: rgb(46,251,63); }
div.DivClassName
{
background-color: #2EFB3F;
}
.BgClassName
{
background-color: #2EFB3F;
}
</style>
border-color css
<style>
span { border-color: #2EFB3F; }
span { border-color: rgb(46,251,63); }
td.TdClassName
{
border-color: #2EFB3F;
}
.TagClassName
{
border-color: #2EFB3F;
}
</style>