Shades of Lime Green #2EFB43
Tints of Lime Green #2EFB43
RGB
CMYK
RGB Variations
Color information
#2EFB43 (or 0x2EFB43) is known color: Lime Green. HEX triplet: 2E, FB and 43. RGB value is (46,251,67). Sum of RGB (Red+Green+Blue) = 46+251+67=364 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.64% from 364); Green value is 251 (98.44% from 255 or 68.96% from 364); Blue value is 67 (26.56% from 255 or 18.41% from 364); Max value from RGB is 251 - color contains mainly: green. Hex color #2EFB43 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EFB43 is #D104BC. Grayscale: #A9A9A9. Windows color (decimal): -13698237 or 4455214. OLE color: 4455214.
HSL color Cylindrical-coordinate representation of color #2EFB43: hue angle of 126.15º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EFB43 is Cyan = 0.82, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 46 | 251 | 67 | - |
| CMYK | 0.82 | 0 | 0.73 | 0.02 |
| HSL | 126.15º | 0.96% | 0.58% | - |
| HSV(B) | 126.15º | 0.82% | 0.98% | - |
| XYZ | 36.64 | 69.98 | 16.89 | - |
| YUV | 168.73 | 70.58 | 40.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 251 | 67 | 0.82 | 0 | 0.73 | 0.02 | 126.15 | 0.96 | 0.58 |
| Hex | 2E | FB | 43 | 52 | 0 | 49 | 2 | 7E | 60 | 3A |
| Octal | 56 | 373 | 103 | 122 | 0 | 111 | 2 | 176 | 140 | 72 |
| Binary | 101110 | 11111011 | 1000011 | 1010010 | 0 | 1001001 | 10 | 1111110 | 1100000 | 111010 |
Color Harmonies of #2EFB43
Complementary color
Monochromatic Colors of #2EFB43
Black with #2EFB43
Text Example
Text Example
White with #2EFB43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EFB43; }
p { color: rgb(46,251,67); }
H1.HeaderClassName
{
color: #2EFB43;
}
.AnyTagClassName
{
color: #2EFB43;
}
</style>
background-color css
<style>
a { background-color: #2EFB43; }
a { background-color: rgb(46,251,67); }
div.DivClassName
{
background-color: #2EFB43;
}
.BgClassName
{
background-color: #2EFB43;
}
</style>
border-color css
<style>
span { border-color: #2EFB43; }
span { border-color: rgb(46,251,67); }
td.TdClassName
{
border-color: #2EFB43;
}
.TagClassName
{
border-color: #2EFB43;
}
</style>