Shades of Lime Green #2EB63D
Tints of Lime Green #2EB63D
RGB
CMYK
RGB Variations
Color information
#2EB63D (or 0x2EB63D) is known color: Lime Green. HEX triplet: 2E, B6 and 3D. RGB value is (46,182,61). Sum of RGB (Red+Green+Blue) = 46+182+61=289 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.92% from 289); Green value is 182 (71.48% from 255 or 62.98% from 289); Blue value is 61 (24.22% from 255 or 21.11% from 289); Max value from RGB is 182 - color contains mainly: green. Hex color #2EB63D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EB63D is #D149C2. Grayscale: #7F7F7F. Windows color (decimal): -13715907 or 4044334. OLE color: 4044334.
HSL color Cylindrical-coordinate representation of color #2EB63D: hue angle of 126.62º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2EB63D is Cyan = 0.75, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 46 | 182 | 61 | - |
| CMYK | 0.75 | 0 | 0.66 | 0.29 |
| HSL | 126.62º | 0.6% | 0.45% | - |
| HSV(B) | 126.62º | 0.75% | 0.71% | - |
| XYZ | 18.7 | 34.37 | 10.06 | - |
| YUV | 127.54 | 90.44 | 69.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 182 | 61 | 0.75 | 0 | 0.66 | 0.29 | 126.62 | 0.6 | 0.45 |
| Hex | 2E | B6 | 3D | 4B | 0 | 42 | 1D | 7F | 3C | 2D |
| Octal | 56 | 266 | 75 | 113 | 0 | 102 | 35 | 177 | 74 | 55 |
| Binary | 101110 | 10110110 | 111101 | 1001011 | 0 | 1000010 | 11101 | 1111111 | 111100 | 101101 |
Color Harmonies of #2EB63D
Complementary color
Monochromatic Colors of #2EB63D
Black with #2EB63D
Text Example
Text Example
White with #2EB63D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EB63D; }
p { color: rgb(46,182,61); }
H1.HeaderClassName
{
color: #2EB63D;
}
.AnyTagClassName
{
color: #2EB63D;
}
</style>
background-color css
<style>
a { background-color: #2EB63D; }
a { background-color: rgb(46,182,61); }
div.DivClassName
{
background-color: #2EB63D;
}
.BgClassName
{
background-color: #2EB63D;
}
</style>
border-color css
<style>
span { border-color: #2EB63D; }
span { border-color: rgb(46,182,61); }
td.TdClassName
{
border-color: #2EB63D;
}
.TagClassName
{
border-color: #2EB63D;
}
</style>