Shades of Lime Green #2EFC43
Tints of Lime Green #2EFC43
RGB
CMYK
RGB Variations
Color information
#2EFC43 (or 0x2EFC43) is known color: Lime Green. HEX triplet: 2E, FC and 43. RGB value is (46,252,67). Sum of RGB (Red+Green+Blue) = 46+252+67=365 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.60% from 365); Green value is 252 (98.83% from 255 or 69.04% from 365); Blue value is 67 (26.56% from 255 or 18.36% from 365); Max value from RGB is 252 - color contains mainly: green. Hex color #2EFC43 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EFC43 is #D103BC. Grayscale: #A9A9A9. Windows color (decimal): -13697981 or 4455470. OLE color: 4455470.
HSL color Cylindrical-coordinate representation of color #2EFC43: hue angle of 126.12º 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 #2EFC43 is Cyan = 0.82, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 46 | 252 | 67 | - |
| CMYK | 0.82 | 0 | 0.73 | 0.01 |
| HSL | 126.12º | 0.97% | 0.58% | - |
| HSV(B) | 126.12º | 0.82% | 0.99% | - |
| XYZ | 36.95 | 70.61 | 16.99 | - |
| YUV | 169.32 | 70.25 | 40.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 252 | 67 | 0.82 | 0 | 0.73 | 0.01 | 126.12 | 0.97 | 0.58 |
| Hex | 2E | FC | 43 | 52 | 0 | 49 | 1 | 7E | 61 | 3A |
| Octal | 56 | 374 | 103 | 122 | 0 | 111 | 1 | 176 | 141 | 72 |
| Binary | 101110 | 11111100 | 1000011 | 1010010 | 0 | 1001001 | 1 | 1111110 | 1100001 | 111010 |
Color Harmonies of #2EFC43
Complementary color
Monochromatic Colors of #2EFC43
Black with #2EFC43
Text Example
Text Example
White with #2EFC43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EFC43; }
p { color: rgb(46,252,67); }
H1.HeaderClassName
{
color: #2EFC43;
}
.AnyTagClassName
{
color: #2EFC43;
}
</style>
background-color css
<style>
a { background-color: #2EFC43; }
a { background-color: rgb(46,252,67); }
div.DivClassName
{
background-color: #2EFC43;
}
.BgClassName
{
background-color: #2EFC43;
}
</style>
border-color css
<style>
span { border-color: #2EFC43; }
span { border-color: rgb(46,252,67); }
td.TdClassName
{
border-color: #2EFC43;
}
.TagClassName
{
border-color: #2EFC43;
}
</style>