Shades of Lime Green #2EFF41
Tints of Lime Green #2EFF41
RGB
CMYK
RGB Variations
Color information
#2EFF41 (or 0x2EFF41) is known color: Lime Green. HEX triplet: 2E, FF and 41. RGB value is (46,255,65). Sum of RGB (Red+Green+Blue) = 46+255+65=366 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.57% from 366); Green value is 255 (100% from 255 or 69.67% from 366); Blue value is 65 (25.78% from 255 or 17.76% from 366); Max value from RGB is 255 - color contains mainly: green. Hex color #2EFF41 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EFF41 is #D100BE. Grayscale: #ABABAB. Windows color (decimal): -13697215 or 4325166. OLE color: 4325166.
HSL color Cylindrical-coordinate representation of color #2EFF41: hue angle of 125.45º 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 #2EFF41 is Cyan = 0.82, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 46 | 255 | 65 | - |
| CMYK | 0.82 | 0 | 0.75 | 0 |
| HSL | 125.45º | 1% | 0.59% | - |
| HSV(B) | 125.45º | 0.82% | 1% | - |
| XYZ | 37.84 | 72.48 | 17 | - |
| YUV | 170.85 | 68.26 | 38.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 255 | 65 | 0.82 | 0 | 0.75 | 0 | 125.45 | 1 | 0.59 |
| Hex | 2E | FF | 41 | 52 | 0 | 4B | 0 | 7D | 64 | 3B |
| Octal | 56 | 377 | 101 | 122 | 0 | 113 | 0 | 175 | 144 | 73 |
| Binary | 101110 | 11111111 | 1000001 | 1010010 | 0 | 1001011 | 0 | 1111101 | 1100100 | 111011 |
Color Harmonies of #2EFF41
Complementary color
Monochromatic Colors of #2EFF41
Black with #2EFF41
Text Example
Text Example
White with #2EFF41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EFF41; }
p { color: rgb(46,255,65); }
H1.HeaderClassName
{
color: #2EFF41;
}
.AnyTagClassName
{
color: #2EFF41;
}
</style>
background-color css
<style>
a { background-color: #2EFF41; }
a { background-color: rgb(46,255,65); }
div.DivClassName
{
background-color: #2EFF41;
}
.BgClassName
{
background-color: #2EFF41;
}
</style>
border-color css
<style>
span { border-color: #2EFF41; }
span { border-color: rgb(46,255,65); }
td.TdClassName
{
border-color: #2EFF41;
}
.TagClassName
{
border-color: #2EFF41;
}
</style>