Shades of Lime Green #2EEF43
Tints of Lime Green #2EEF43
RGB
CMYK
RGB Variations
Color information
#2EEF43 (or 0x2EEF43) is known color: Lime Green. HEX triplet: 2E, EF and 43. RGB value is (46,239,67). Sum of RGB (Red+Green+Blue) = 46+239+67=352 (46% of max value = 765). Red value is 46 (18.36% from 255 or 13.07% from 352); Green value is 239 (93.75% from 255 or 67.90% from 352); Blue value is 67 (26.56% from 255 or 19.03% from 352); Max value from RGB is 239 - color contains mainly: green. Hex color #2EEF43 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EEF43 is #D110BC. Grayscale: #A2A2A2. Windows color (decimal): -13701309 or 4452142. OLE color: 4452142.
HSL color Cylindrical-coordinate representation of color #2EEF43: hue angle of 126.53º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EEF43 is Cyan = 0.81, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 46 | 239 | 67 | - |
| CMYK | 0.81 | 0 | 0.72 | 0.06 |
| HSL | 126.53º | 0.86% | 0.56% | - |
| HSV(B) | 126.53º | 0.81% | 0.94% | - |
| XYZ | 33.01 | 62.72 | 15.68 | - |
| YUV | 161.69 | 74.56 | 45.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 239 | 67 | 0.81 | 0 | 0.72 | 0.06 | 126.53 | 0.86 | 0.56 |
| Hex | 2E | EF | 43 | 51 | 0 | 48 | 6 | 7F | 56 | 38 |
| Octal | 56 | 357 | 103 | 121 | 0 | 110 | 6 | 177 | 126 | 70 |
| Binary | 101110 | 11101111 | 1000011 | 1010001 | 0 | 1001000 | 110 | 1111111 | 1010110 | 111000 |
Color Harmonies of #2EEF43
Complementary color
Monochromatic Colors of #2EEF43
Black with #2EEF43
Text Example
Text Example
White with #2EEF43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEF43; }
p { color: rgb(46,239,67); }
H1.HeaderClassName
{
color: #2EEF43;
}
.AnyTagClassName
{
color: #2EEF43;
}
</style>
background-color css
<style>
a { background-color: #2EEF43; }
a { background-color: rgb(46,239,67); }
div.DivClassName
{
background-color: #2EEF43;
}
.BgClassName
{
background-color: #2EEF43;
}
</style>
border-color css
<style>
span { border-color: #2EEF43; }
span { border-color: rgb(46,239,67); }
td.TdClassName
{
border-color: #2EEF43;
}
.TagClassName
{
border-color: #2EEF43;
}
</style>