Shades of Lime Green #2EF33D
Tints of Lime Green #2EF33D
RGB
CMYK
RGB Variations
Color information
#2EF33D (or 0x2EF33D) is known color: Lime Green. HEX triplet: 2E, F3 and 3D. RGB value is (46,243,61). Sum of RGB (Red+Green+Blue) = 46+243+61=350 (46% of max value = 765). Red value is 46 (18.36% from 255 or 13.14% from 350); Green value is 243 (95.31% from 255 or 69.43% from 350); Blue value is 61 (24.22% from 255 or 17.43% from 350); Max value from RGB is 243 - color contains mainly: green. Hex color #2EF33D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EF33D is #D10CC2. Grayscale: #A3A3A3. Windows color (decimal): -13700291 or 4059950. OLE color: 4059950.
HSL color Cylindrical-coordinate representation of color #2EF33D: hue angle of 124.57º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EF33D is Cyan = 0.81, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 46 | 243 | 61 | - |
| CMYK | 0.81 | 0 | 0.75 | 0.05 |
| HSL | 124.57º | 0.89% | 0.57% | - |
| HSV(B) | 124.57º | 0.81% | 0.95% | - |
| XYZ | 34.02 | 65.02 | 15.17 | - |
| YUV | 163.35 | 70.23 | 44.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 243 | 61 | 0.81 | 0 | 0.75 | 0.05 | 124.57 | 0.89 | 0.57 |
| Hex | 2E | F3 | 3D | 51 | 0 | 4B | 5 | 7D | 59 | 39 |
| Octal | 56 | 363 | 75 | 121 | 0 | 113 | 5 | 175 | 131 | 71 |
| Binary | 101110 | 11110011 | 111101 | 1010001 | 0 | 1001011 | 101 | 1111101 | 1011001 | 111001 |
Color Harmonies of #2EF33D
Complementary color
Monochromatic Colors of #2EF33D
Black with #2EF33D
Text Example
Text Example
White with #2EF33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EF33D; }
p { color: rgb(46,243,61); }
H1.HeaderClassName
{
color: #2EF33D;
}
.AnyTagClassName
{
color: #2EF33D;
}
</style>
background-color css
<style>
a { background-color: #2EF33D; }
a { background-color: rgb(46,243,61); }
div.DivClassName
{
background-color: #2EF33D;
}
.BgClassName
{
background-color: #2EF33D;
}
</style>
border-color css
<style>
span { border-color: #2EF33D; }
span { border-color: rgb(46,243,61); }
td.TdClassName
{
border-color: #2EF33D;
}
.TagClassName
{
border-color: #2EF33D;
}
</style>