Shades of Lime Green #2EF143
Tints of Lime Green #2EF143
RGB
CMYK
RGB Variations
Color information
#2EF143 (or 0x2EF143) is known color: Lime Green. HEX triplet: 2E, F1 and 43. RGB value is (46,241,67). Sum of RGB (Red+Green+Blue) = 46+241+67=354 (46% of max value = 765). Red value is 46 (18.36% from 255 or 12.99% from 354); Green value is 241 (94.53% from 255 or 68.08% from 354); Blue value is 67 (26.56% from 255 or 18.93% from 354); Max value from RGB is 241 - color contains mainly: green. Hex color #2EF143 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EF143 is #D10EBC. Grayscale: #A3A3A3. Windows color (decimal): -13700797 or 4452654. OLE color: 4452654.
HSL color Cylindrical-coordinate representation of color #2EF143: hue angle of 126.46º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EF143 is Cyan = 0.81, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 46 | 241 | 67 | - |
| CMYK | 0.81 | 0 | 0.72 | 0.05 |
| HSL | 126.46º | 0.87% | 0.56% | - |
| HSV(B) | 126.46º | 0.81% | 0.95% | - |
| XYZ | 33.6 | 63.9 | 15.87 | - |
| YUV | 162.86 | 73.9 | 44.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 241 | 67 | 0.81 | 0 | 0.72 | 0.05 | 126.46 | 0.87 | 0.56 |
| Hex | 2E | F1 | 43 | 51 | 0 | 48 | 5 | 7E | 57 | 38 |
| Octal | 56 | 361 | 103 | 121 | 0 | 110 | 5 | 176 | 127 | 70 |
| Binary | 101110 | 11110001 | 1000011 | 1010001 | 0 | 1001000 | 101 | 1111110 | 1010111 | 111000 |
Color Harmonies of #2EF143
Complementary color
Monochromatic Colors of #2EF143
Black with #2EF143
Text Example
Text Example
White with #2EF143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EF143; }
p { color: rgb(46,241,67); }
H1.HeaderClassName
{
color: #2EF143;
}
.AnyTagClassName
{
color: #2EF143;
}
</style>
background-color css
<style>
a { background-color: #2EF143; }
a { background-color: rgb(46,241,67); }
div.DivClassName
{
background-color: #2EF143;
}
.BgClassName
{
background-color: #2EF143;
}
</style>
border-color css
<style>
span { border-color: #2EF143; }
span { border-color: rgb(46,241,67); }
td.TdClassName
{
border-color: #2EF143;
}
.TagClassName
{
border-color: #2EF143;
}
</style>