Shades of Lime Green #2EBC23
Tints of Lime Green #2EBC23
RGB
CMYK
RGB Variations
Color information
#2EBC23 (or 0x2EBC23) is known color: Lime Green. HEX triplet: 2E, BC and 23. RGB value is (46,188,35). Sum of RGB (Red+Green+Blue) = 46+188+35=269 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.10% from 269); Green value is 188 (73.83% from 255 or 69.89% from 269); Blue value is 35 (14.06% from 255 or 13.01% from 269); Max value from RGB is 188 - color contains mainly: green. Hex color #2EBC23 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EBC23 is #D143DC. Grayscale: #808080. Windows color (decimal): -13714397 or 2341934. OLE color: 2341934.
HSL color Cylindrical-coordinate representation of color #2EBC23: hue angle of 115.69º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EBC23 is Cyan = 0.76, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 46 | 188 | 35 | - |
| CMYK | 0.76 | 0 | 0.81 | 0.26 |
| HSL | 115.69º | 0.69% | 0.44% | - |
| HSV(B) | 115.69º | 0.81% | 0.74% | - |
| XYZ | 19.41 | 36.67 | 7.64 | - |
| YUV | 128.1 | 75.46 | 69.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 188 | 35 | 0.76 | 0 | 0.81 | 0.26 | 115.69 | 0.69 | 0.44 |
| Hex | 2E | BC | 23 | 4C | 0 | 51 | 1A | 74 | 45 | 2C |
| Octal | 56 | 274 | 43 | 114 | 0 | 121 | 32 | 164 | 105 | 54 |
| Binary | 101110 | 10111100 | 100011 | 1001100 | 0 | 1010001 | 11010 | 1110100 | 1000101 | 101100 |
Color Harmonies of #2EBC23
Complementary color
Monochromatic Colors of #2EBC23
Black with #2EBC23
Text Example
Text Example
White with #2EBC23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EBC23; }
p { color: rgb(46,188,35); }
H1.HeaderClassName
{
color: #2EBC23;
}
.AnyTagClassName
{
color: #2EBC23;
}
</style>
background-color css
<style>
a { background-color: #2EBC23; }
a { background-color: rgb(46,188,35); }
div.DivClassName
{
background-color: #2EBC23;
}
.BgClassName
{
background-color: #2EBC23;
}
</style>
border-color css
<style>
span { border-color: #2EBC23; }
span { border-color: rgb(46,188,35); }
td.TdClassName
{
border-color: #2EBC23;
}
.TagClassName
{
border-color: #2EBC23;
}
</style>