Shades of Lime Green #2EF433
Tints of Lime Green #2EF433
RGB
CMYK
RGB Variations
Color information
#2EF433 (or 0x2EF433) is known color: Lime Green. HEX triplet: 2E, F4 and 33. RGB value is (46,244,51). Sum of RGB (Red+Green+Blue) = 46+244+51=341 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.49% from 341); Green value is 244 (95.70% from 255 or 71.55% from 341); Blue value is 51 (20.31% from 255 or 14.96% from 341); Max value from RGB is 244 - color contains mainly: green. Hex color #2EF433 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EF433 is #D10BCC. Grayscale: #A3A3A3. Windows color (decimal): -13700045 or 3404846. OLE color: 3404846.
HSL color Cylindrical-coordinate representation of color #2EF433: hue angle of 121.52º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EF433 is Cyan = 0.81, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 46 | 244 | 51 | - |
| CMYK | 0.81 | 0 | 0.79 | 0.04 |
| HSL | 121.52º | 0.9% | 0.57% | - |
| HSV(B) | 121.52º | 0.81% | 0.96% | - |
| XYZ | 34.07 | 65.52 | 13.98 | - |
| YUV | 162.8 | 64.9 | 44.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 244 | 51 | 0.81 | 0 | 0.79 | 0.04 | 121.52 | 0.9 | 0.57 |
| Hex | 2E | F4 | 33 | 51 | 0 | 4F | 4 | 7A | 5A | 39 |
| Octal | 56 | 364 | 63 | 121 | 0 | 117 | 4 | 172 | 132 | 71 |
| Binary | 101110 | 11110100 | 110011 | 1010001 | 0 | 1001111 | 100 | 1111010 | 1011010 | 111001 |
Color Harmonies of #2EF433
Complementary color
Monochromatic Colors of #2EF433
Black with #2EF433
Text Example
Text Example
White with #2EF433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EF433; }
p { color: rgb(46,244,51); }
H1.HeaderClassName
{
color: #2EF433;
}
.AnyTagClassName
{
color: #2EF433;
}
</style>
background-color css
<style>
a { background-color: #2EF433; }
a { background-color: rgb(46,244,51); }
div.DivClassName
{
background-color: #2EF433;
}
.BgClassName
{
background-color: #2EF433;
}
</style>
border-color css
<style>
span { border-color: #2EF433; }
span { border-color: rgb(46,244,51); }
td.TdClassName
{
border-color: #2EF433;
}
.TagClassName
{
border-color: #2EF433;
}
</style>