Shades of Lime Green #2EFC44
Tints of Lime Green #2EFC44
RGB
CMYK
RGB Variations
Color information
#2EFC44 (or 0x2EFC44) is known color: Lime Green. HEX triplet: 2E, FC and 44. RGB value is (46,252,68). Sum of RGB (Red+Green+Blue) = 46+252+68=366 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.57% from 366); Green value is 252 (98.83% from 255 or 68.85% from 366); Blue value is 68 (26.95% from 255 or 18.58% from 366); Max value from RGB is 252 - color contains mainly: green. Hex color #2EFC44 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EFC44 is #D103BB. Grayscale: #A9A9A9. Windows color (decimal): -13697980 or 4521006. OLE color: 4521006.
HSL color Cylindrical-coordinate representation of color #2EFC44: hue angle of 126.41º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EFC44 is Cyan = 0.82, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 46 | 252 | 68 | - |
| CMYK | 0.82 | 0 | 0.73 | 0.01 |
| HSL | 126.41º | 0.97% | 0.58% | - |
| HSV(B) | 126.41º | 0.82% | 0.99% | - |
| XYZ | 36.98 | 70.62 | 17.15 | - |
| YUV | 169.43 | 70.75 | 39.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 252 | 68 | 0.82 | 0 | 0.73 | 0.01 | 126.41 | 0.97 | 0.58 |
| Hex | 2E | FC | 44 | 52 | 0 | 49 | 1 | 7E | 61 | 3A |
| Octal | 56 | 374 | 104 | 122 | 0 | 111 | 1 | 176 | 141 | 72 |
| Binary | 101110 | 11111100 | 1000100 | 1010010 | 0 | 1001001 | 1 | 1111110 | 1100001 | 111010 |
Color Harmonies of #2EFC44
Complementary color
Monochromatic Colors of #2EFC44
Black with #2EFC44
Text Example
Text Example
White with #2EFC44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EFC44; }
p { color: rgb(46,252,68); }
H1.HeaderClassName
{
color: #2EFC44;
}
.AnyTagClassName
{
color: #2EFC44;
}
</style>
background-color css
<style>
a { background-color: #2EFC44; }
a { background-color: rgb(46,252,68); }
div.DivClassName
{
background-color: #2EFC44;
}
.BgClassName
{
background-color: #2EFC44;
}
</style>
border-color css
<style>
span { border-color: #2EFC44; }
span { border-color: rgb(46,252,68); }
td.TdClassName
{
border-color: #2EFC44;
}
.TagClassName
{
border-color: #2EFC44;
}
</style>