Shades of Lime Green #2EFA44
Tints of Lime Green #2EFA44
RGB
CMYK
RGB Variations
Color information
#2EFA44 (or 0x2EFA44) is known color: Lime Green. HEX triplet: 2E, FA and 44. RGB value is (46,250,68). Sum of RGB (Red+Green+Blue) = 46+250+68=364 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.64% from 364); Green value is 250 (98.05% from 255 or 68.68% from 364); Blue value is 68 (26.95% from 255 or 18.68% from 364); Max value from RGB is 250 - color contains mainly: green. Hex color #2EFA44 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EFA44 is #D105BB. Grayscale: #A8A8A8. Windows color (decimal): -13698492 or 4520494. OLE color: 4520494.
HSL color Cylindrical-coordinate representation of color #2EFA44: hue angle of 126.47º degrees, saturation: 0.95, 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 #2EFA44 is Cyan = 0.82, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 46 | 250 | 68 | - |
| CMYK | 0.82 | 0 | 0.73 | 0.02 |
| HSL | 126.47º | 0.95% | 0.58% | - |
| HSV(B) | 126.47º | 0.82% | 0.98% | - |
| XYZ | 36.36 | 69.37 | 16.94 | - |
| YUV | 168.26 | 71.41 | 40.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 250 | 68 | 0.82 | 0 | 0.73 | 0.02 | 126.47 | 0.95 | 0.58 |
| Hex | 2E | FA | 44 | 52 | 0 | 49 | 2 | 7E | 5F | 3A |
| Octal | 56 | 372 | 104 | 122 | 0 | 111 | 2 | 176 | 137 | 72 |
| Binary | 101110 | 11111010 | 1000100 | 1010010 | 0 | 1001001 | 10 | 1111110 | 1011111 | 111010 |
Color Harmonies of #2EFA44
Complementary color
Monochromatic Colors of #2EFA44
Black with #2EFA44
Text Example
Text Example
White with #2EFA44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EFA44; }
p { color: rgb(46,250,68); }
H1.HeaderClassName
{
color: #2EFA44;
}
.AnyTagClassName
{
color: #2EFA44;
}
</style>
background-color css
<style>
a { background-color: #2EFA44; }
a { background-color: rgb(46,250,68); }
div.DivClassName
{
background-color: #2EFA44;
}
.BgClassName
{
background-color: #2EFA44;
}
</style>
border-color css
<style>
span { border-color: #2EFA44; }
span { border-color: rgb(46,250,68); }
td.TdClassName
{
border-color: #2EFA44;
}
.TagClassName
{
border-color: #2EFA44;
}
</style>