Shades of Lime Green #2EC21C
Tints of Lime Green #2EC21C
RGB
CMYK
RGB Variations
Color information
#2EC21C (or 0x2EC21C) is known color: Lime Green. HEX triplet: 2E, C2 and 1C. RGB value is (46,194,28). Sum of RGB (Red+Green+Blue) = 46+194+28=268 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.16% from 268); Green value is 194 (76.17% from 255 or 72.39% from 268); Blue value is 28 (11.33% from 255 or 10.45% from 268); Max value from RGB is 194 - color contains mainly: green. Hex color #2EC21C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EC21C is #D13DE3. Grayscale: #838383. Windows color (decimal): -13712868 or 1884718. OLE color: 1884718.
HSL color Cylindrical-coordinate representation of color #2EC21C: hue angle of 113.49º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2EC21C is Cyan = 0.76, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 46 | 194 | 28 | - |
| CMYK | 0.76 | 0 | 0.86 | 0.24 |
| HSL | 113.49º | 0.75% | 0.44% | - |
| HSV(B) | 113.49º | 0.86% | 0.76% | - |
| XYZ | 20.63 | 39.25 | 7.59 | - |
| YUV | 130.82 | 69.97 | 67.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 194 | 28 | 0.76 | 0 | 0.86 | 0.24 | 113.49 | 0.75 | 0.44 |
| Hex | 2E | C2 | 1C | 4C | 0 | 56 | 18 | 71 | 4B | 2C |
| Octal | 56 | 302 | 34 | 114 | 0 | 126 | 30 | 161 | 113 | 54 |
| Binary | 101110 | 11000010 | 11100 | 1001100 | 0 | 1010110 | 11000 | 1110001 | 1001011 | 101100 |
Color Harmonies of #2EC21C
Complementary color
Monochromatic Colors of #2EC21C
Black with #2EC21C
Text Example
Text Example
White with #2EC21C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC21C; }
p { color: rgb(46,194,28); }
H1.HeaderClassName
{
color: #2EC21C;
}
.AnyTagClassName
{
color: #2EC21C;
}
</style>
background-color css
<style>
a { background-color: #2EC21C; }
a { background-color: rgb(46,194,28); }
div.DivClassName
{
background-color: #2EC21C;
}
.BgClassName
{
background-color: #2EC21C;
}
</style>
border-color css
<style>
span { border-color: #2EC21C; }
span { border-color: rgb(46,194,28); }
td.TdClassName
{
border-color: #2EC21C;
}
.TagClassName
{
border-color: #2EC21C;
}
</style>