Shades of Lime Green #2EB23B
Tints of Lime Green #2EB23B
RGB
CMYK
RGB Variations
Color information
#2EB23B (or 0x2EB23B) is known color: Lime Green. HEX triplet: 2E, B2 and 3B. RGB value is (46,178,59). Sum of RGB (Red+Green+Blue) = 46+178+59=283 (37% of max value = 765). Red value is 46 (18.36% from 255 or 16.25% from 283); Green value is 178 (69.92% from 255 or 62.90% from 283); Blue value is 59 (23.44% from 255 or 20.85% from 283); Max value from RGB is 178 - color contains mainly: green. Hex color #2EB23B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2EB23B is #D14DC4. Grayscale: #7D7D7D. Windows color (decimal): -13716933 or 3912238. OLE color: 3912238.
HSL color Cylindrical-coordinate representation of color #2EB23B: hue angle of 125.91º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2EB23B is Cyan = 0.74, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 46 | 178 | 59 | - |
| CMYK | 0.74 | 0 | 0.67 | 0.30 |
| HSL | 125.91º | 0.59% | 0.44% | - |
| HSV(B) | 125.91º | 0.74% | 0.7% | - |
| XYZ | 17.84 | 32.74 | 9.52 | - |
| YUV | 124.97 | 90.77 | 71.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 178 | 59 | 0.74 | 0 | 0.67 | 0.30 | 125.91 | 0.59 | 0.44 |
| Hex | 2E | B2 | 3B | 4A | 0 | 43 | 1E | 7E | 3B | 2C |
| Octal | 56 | 262 | 73 | 112 | 0 | 103 | 36 | 176 | 73 | 54 |
| Binary | 101110 | 10110010 | 111011 | 1001010 | 0 | 1000011 | 11110 | 1111110 | 111011 | 101100 |
Color Harmonies of #2EB23B
Complementary color
Monochromatic Colors of #2EB23B
Black with #2EB23B
Text Example
Text Example
White with #2EB23B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EB23B; }
p { color: rgb(46,178,59); }
H1.HeaderClassName
{
color: #2EB23B;
}
.AnyTagClassName
{
color: #2EB23B;
}
</style>
background-color css
<style>
a { background-color: #2EB23B; }
a { background-color: rgb(46,178,59); }
div.DivClassName
{
background-color: #2EB23B;
}
.BgClassName
{
background-color: #2EB23B;
}
</style>
border-color css
<style>
span { border-color: #2EB23B; }
span { border-color: rgb(46,178,59); }
td.TdClassName
{
border-color: #2EB23B;
}
.TagClassName
{
border-color: #2EB23B;
}
</style>