Shades of Lime Green #2EFB41
Tints of Lime Green #2EFB41
RGB
CMYK
RGB Variations
Color information
#2EFB41 (or 0x2EFB41) is known color: Lime Green. HEX triplet: 2E, FB and 41. RGB value is (46,251,65). Sum of RGB (Red+Green+Blue) = 46+251+65=362 (47% of max value = 765). Red value is 46 (18.36% from 255 or 12.71% from 362); Green value is 251 (98.44% from 255 or 69.34% from 362); Blue value is 65 (25.78% from 255 or 17.96% from 362); Max value from RGB is 251 - color contains mainly: green. Hex color #2EFB41 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EFB41 is #D104BE. Grayscale: #A9A9A9. Windows color (decimal): -13698239 or 4324142. OLE color: 4324142.
HSL color Cylindrical-coordinate representation of color #2EFB41: hue angle of 125.56º 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 #2EFB41 is Cyan = 0.82, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 46 | 251 | 65 | - |
| CMYK | 0.82 | 0 | 0.74 | 0.02 |
| HSL | 125.56º | 0.96% | 0.58% | - |
| HSV(B) | 125.56º | 0.82% | 0.98% | - |
| XYZ | 36.58 | 69.96 | 16.58 | - |
| YUV | 168.5 | 69.58 | 40.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 251 | 65 | 0.82 | 0 | 0.74 | 0.02 | 125.56 | 0.96 | 0.58 |
| Hex | 2E | FB | 41 | 52 | 0 | 4A | 2 | 7E | 60 | 3A |
| Octal | 56 | 373 | 101 | 122 | 0 | 112 | 2 | 176 | 140 | 72 |
| Binary | 101110 | 11111011 | 1000001 | 1010010 | 0 | 1001010 | 10 | 1111110 | 1100000 | 111010 |
Color Harmonies of #2EFB41
Complementary color
Monochromatic Colors of #2EFB41
Black with #2EFB41
Text Example
Text Example
White with #2EFB41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EFB41; }
p { color: rgb(46,251,65); }
H1.HeaderClassName
{
color: #2EFB41;
}
.AnyTagClassName
{
color: #2EFB41;
}
</style>
background-color css
<style>
a { background-color: #2EFB41; }
a { background-color: rgb(46,251,65); }
div.DivClassName
{
background-color: #2EFB41;
}
.BgClassName
{
background-color: #2EFB41;
}
</style>
border-color css
<style>
span { border-color: #2EFB41; }
span { border-color: rgb(46,251,65); }
td.TdClassName
{
border-color: #2EFB41;
}
.TagClassName
{
border-color: #2EFB41;
}
</style>