Shades of Lime Green #2EFF46
Tints of Lime Green #2EFF46
RGB
CMYK
RGB Variations
Color information
#2EFF46 (or 0x2EFF46) is known color: Lime Green. HEX triplet: 2E, FF and 46. RGB value is (46,255,70). Sum of RGB (Red+Green+Blue) = 46+255+70=371 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.40% from 371); Green value is 255 (100% from 255 or 68.73% from 371); Blue value is 70 (27.73% from 255 or 18.87% from 371); Max value from RGB is 255 - color contains mainly: green. Hex color #2EFF46 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EFF46 is #D100B9. Grayscale: #ABABAB. Windows color (decimal): -13697210 or 4652846. OLE color: 4652846.
HSL color Cylindrical-coordinate representation of color #2EFF46: hue angle of 126.89º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EFF46 is Cyan = 0.82, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 46 | 255 | 70 | - |
| CMYK | 0.82 | 0 | 0.73 | 0 |
| HSL | 126.89º | 1% | 0.59% | - |
| HSV(B) | 126.89º | 0.82% | 1% | - |
| XYZ | 37.99 | 72.54 | 17.79 | - |
| YUV | 171.42 | 70.76 | 38.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 255 | 70 | 0.82 | 0 | 0.73 | 0 | 126.89 | 1 | 0.59 |
| Hex | 2E | FF | 46 | 52 | 0 | 49 | 0 | 7F | 64 | 3B |
| Octal | 56 | 377 | 106 | 122 | 0 | 111 | 0 | 177 | 144 | 73 |
| Binary | 101110 | 11111111 | 1000110 | 1010010 | 0 | 1001001 | 0 | 1111111 | 1100100 | 111011 |
Color Harmonies of #2EFF46
Complementary color
Monochromatic Colors of #2EFF46
Black with #2EFF46
Text Example
Text Example
White with #2EFF46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EFF46; }
p { color: rgb(46,255,70); }
H1.HeaderClassName
{
color: #2EFF46;
}
.AnyTagClassName
{
color: #2EFF46;
}
</style>
background-color css
<style>
a { background-color: #2EFF46; }
a { background-color: rgb(46,255,70); }
div.DivClassName
{
background-color: #2EFF46;
}
.BgClassName
{
background-color: #2EFF46;
}
</style>
border-color css
<style>
span { border-color: #2EFF46; }
span { border-color: rgb(46,255,70); }
td.TdClassName
{
border-color: #2EFF46;
}
.TagClassName
{
border-color: #2EFF46;
}
</style>