Shades of Lime Green #2EEF3C
Tints of Lime Green #2EEF3C
RGB
CMYK
RGB Variations
Color information
#2EEF3C (or 0x2EEF3C) is known color: Lime Green. HEX triplet: 2E, EF and 3C. RGB value is (46,239,60). Sum of RGB (Red+Green+Blue) = 46+239+60=345 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.33% from 345); Green value is 239 (93.75% from 255 or 69.28% from 345); Blue value is 60 (23.83% from 255 or 17.39% from 345); Max value from RGB is 239 - color contains mainly: green. Hex color #2EEF3C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EEF3C is #D110C3. Grayscale: #A1A1A1. Windows color (decimal): -13701316 or 3993390. OLE color: 3993390.
HSL color Cylindrical-coordinate representation of color #2EEF3C: hue angle of 124.35º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EEF3C is Cyan = 0.81, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 46 | 239 | 60 | - |
| CMYK | 0.81 | 0 | 0.75 | 0.06 |
| HSL | 124.35º | 0.86% | 0.56% | - |
| HSV(B) | 124.35º | 0.81% | 0.94% | - |
| XYZ | 32.81 | 62.64 | 14.64 | - |
| YUV | 160.89 | 71.06 | 46.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 239 | 60 | 0.81 | 0 | 0.75 | 0.06 | 124.35 | 0.86 | 0.56 |
| Hex | 2E | EF | 3C | 51 | 0 | 4B | 6 | 7C | 56 | 38 |
| Octal | 56 | 357 | 74 | 121 | 0 | 113 | 6 | 174 | 126 | 70 |
| Binary | 101110 | 11101111 | 111100 | 1010001 | 0 | 1001011 | 110 | 1111100 | 1010110 | 111000 |
Color Harmonies of #2EEF3C
Complementary color
Monochromatic Colors of #2EEF3C
Black with #2EEF3C
Text Example
Text Example
White with #2EEF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEF3C; }
p { color: rgb(46,239,60); }
H1.HeaderClassName
{
color: #2EEF3C;
}
.AnyTagClassName
{
color: #2EEF3C;
}
</style>
background-color css
<style>
a { background-color: #2EEF3C; }
a { background-color: rgb(46,239,60); }
div.DivClassName
{
background-color: #2EEF3C;
}
.BgClassName
{
background-color: #2EEF3C;
}
</style>
border-color css
<style>
span { border-color: #2EEF3C; }
span { border-color: rgb(46,239,60); }
td.TdClassName
{
border-color: #2EEF3C;
}
.TagClassName
{
border-color: #2EEF3C;
}
</style>