Shades of Lime Green #2EEB43
Tints of Lime Green #2EEB43
RGB
CMYK
RGB Variations
Color information
#2EEB43 (or 0x2EEB43) is known color: Lime Green. HEX triplet: 2E, EB and 43. RGB value is (46,235,67). Sum of RGB (Red+Green+Blue) = 46+235+67=348 (46% of max value = 765). Red value is 46 (18.36% from 255 or 13.22% from 348); Green value is 235 (92.19% from 255 or 67.53% from 348); Blue value is 67 (26.56% from 255 or 19.25% from 348); Max value from RGB is 235 - color contains mainly: green. Hex color #2EEB43 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EEB43 is #D114BC. Grayscale: #9F9F9F. Windows color (decimal): -13702333 or 4451118. OLE color: 4451118.
HSL color Cylindrical-coordinate representation of color #2EEB43: hue angle of 126.67º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EEB43 is Cyan = 0.80, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 46 | 235 | 67 | - |
| CMYK | 0.80 | 0 | 0.71 | 0.08 |
| HSL | 126.67º | 0.83% | 0.55% | - |
| HSV(B) | 126.67º | 0.8% | 0.92% | - |
| XYZ | 31.85 | 60.4 | 15.29 | - |
| YUV | 159.34 | 75.88 | 47.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 235 | 67 | 0.80 | 0 | 0.71 | 0.08 | 126.67 | 0.83 | 0.55 |
| Hex | 2E | EB | 43 | 50 | 0 | 47 | 8 | 7F | 53 | 37 |
| Octal | 56 | 353 | 103 | 120 | 0 | 107 | 10 | 177 | 123 | 67 |
| Binary | 101110 | 11101011 | 1000011 | 1010000 | 0 | 1000111 | 1000 | 1111111 | 1010011 | 110111 |
Color Harmonies of #2EEB43
Complementary color
Monochromatic Colors of #2EEB43
Black with #2EEB43
Text Example
Text Example
White with #2EEB43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEB43; }
p { color: rgb(46,235,67); }
H1.HeaderClassName
{
color: #2EEB43;
}
.AnyTagClassName
{
color: #2EEB43;
}
</style>
background-color css
<style>
a { background-color: #2EEB43; }
a { background-color: rgb(46,235,67); }
div.DivClassName
{
background-color: #2EEB43;
}
.BgClassName
{
background-color: #2EEB43;
}
</style>
border-color css
<style>
span { border-color: #2EEB43; }
span { border-color: rgb(46,235,67); }
td.TdClassName
{
border-color: #2EEB43;
}
.TagClassName
{
border-color: #2EEB43;
}
</style>