Shades of Lime Green #2EF235
Tints of Lime Green #2EF235
RGB
CMYK
RGB Variations
Color information
#2EF235 (or 0x2EF235) is known color: Lime Green. HEX triplet: 2E, F2 and 35. RGB value is (46,242,53). Sum of RGB (Red+Green+Blue) = 46+242+53=341 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.49% from 341); Green value is 242 (94.92% from 255 or 70.97% from 341); Blue value is 53 (21.09% from 255 or 15.54% from 341); Max value from RGB is 242 - color contains mainly: green. Hex color #2EF235 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EF235 is #D10DCA. Grayscale: #A2A2A2. Windows color (decimal): -13700555 or 3535406. OLE color: 3535406.
HSL color Cylindrical-coordinate representation of color #2EF235: hue angle of 122.14º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EF235 is Cyan = 0.81, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 46 | 242 | 53 | - |
| CMYK | 0.81 | 0 | 0.78 | 0.05 |
| HSL | 122.14º | 0.88% | 0.56% | - |
| HSV(B) | 122.14º | 0.81% | 0.95% | - |
| XYZ | 33.52 | 64.34 | 14.02 | - |
| YUV | 161.85 | 66.57 | 45.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 242 | 53 | 0.81 | 0 | 0.78 | 0.05 | 122.14 | 0.88 | 0.56 |
| Hex | 2E | F2 | 35 | 51 | 0 | 4E | 5 | 7A | 58 | 38 |
| Octal | 56 | 362 | 65 | 121 | 0 | 116 | 5 | 172 | 130 | 70 |
| Binary | 101110 | 11110010 | 110101 | 1010001 | 0 | 1001110 | 101 | 1111010 | 1011000 | 111000 |
Color Harmonies of #2EF235
Complementary color
Monochromatic Colors of #2EF235
Black with #2EF235
Text Example
Text Example
White with #2EF235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EF235; }
p { color: rgb(46,242,53); }
H1.HeaderClassName
{
color: #2EF235;
}
.AnyTagClassName
{
color: #2EF235;
}
</style>
background-color css
<style>
a { background-color: #2EF235; }
a { background-color: rgb(46,242,53); }
div.DivClassName
{
background-color: #2EF235;
}
.BgClassName
{
background-color: #2EF235;
}
</style>
border-color css
<style>
span { border-color: #2EF235; }
span { border-color: rgb(46,242,53); }
td.TdClassName
{
border-color: #2EF235;
}
.TagClassName
{
border-color: #2EF235;
}
</style>