Shades of Lime Green #2EB22A
Tints of Lime Green #2EB22A
RGB
CMYK
RGB Variations
Color information
#2EB22A (or 0x2EB22A) is known color: Lime Green. HEX triplet: 2E, B2 and 2A. RGB value is (46,178,42). Sum of RGB (Red+Green+Blue) = 46+178+42=266 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.29% from 266); Green value is 178 (69.92% from 255 or 66.92% from 266); Blue value is 42 (16.80% from 255 or 15.79% from 266); Max value from RGB is 178 - color contains mainly: green. Hex color #2EB22A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2EB22A is #D14DD5. Grayscale: #7B7B7B. Windows color (decimal): -13716950 or 2798126. OLE color: 2798126.
HSL color Cylindrical-coordinate representation of color #2EB22A: hue angle of 118.24º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2EB22A is Cyan = 0.74, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 46 | 178 | 42 | - |
| CMYK | 0.74 | 0 | 0.76 | 0.30 |
| HSL | 118.24º | 0.62% | 0.43% | - |
| HSV(B) | 118.24º | 0.76% | 0.7% | - |
| XYZ | 17.47 | 32.59 | 7.56 | - |
| YUV | 123.03 | 82.27 | 73.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 178 | 42 | 0.74 | 0 | 0.76 | 0.30 | 118.24 | 0.62 | 0.43 |
| Hex | 2E | B2 | 2A | 4A | 0 | 4C | 1E | 76 | 3E | 2B |
| Octal | 56 | 262 | 52 | 112 | 0 | 114 | 36 | 166 | 76 | 53 |
| Binary | 101110 | 10110010 | 101010 | 1001010 | 0 | 1001100 | 11110 | 1110110 | 111110 | 101011 |
Color Harmonies of #2EB22A
Complementary color
Monochromatic Colors of #2EB22A
Black with #2EB22A
Text Example
Text Example
White with #2EB22A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EB22A; }
p { color: rgb(46,178,42); }
H1.HeaderClassName
{
color: #2EB22A;
}
.AnyTagClassName
{
color: #2EB22A;
}
</style>
background-color css
<style>
a { background-color: #2EB22A; }
a { background-color: rgb(46,178,42); }
div.DivClassName
{
background-color: #2EB22A;
}
.BgClassName
{
background-color: #2EB22A;
}
</style>
border-color css
<style>
span { border-color: #2EB22A; }
span { border-color: rgb(46,178,42); }
td.TdClassName
{
border-color: #2EB22A;
}
.TagClassName
{
border-color: #2EB22A;
}
</style>