Shades of Lime Green #2ED83C
Tints of Lime Green #2ED83C
RGB
CMYK
RGB Variations
Color information
#2ED83C (or 0x2ED83C) is known color: Lime Green. HEX triplet: 2E, D8 and 3C. RGB value is (46,216,60). Sum of RGB (Red+Green+Blue) = 46+216+60=322 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.29% from 322); Green value is 216 (84.77% from 255 or 67.08% from 322); Blue value is 60 (23.83% from 255 or 18.63% from 322); Max value from RGB is 216 - color contains mainly: green. Hex color #2ED83C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ED83C is #D127C3. Grayscale: #939393. Windows color (decimal): -13707204 or 3987502. OLE color: 3987502.
HSL color Cylindrical-coordinate representation of color #2ED83C: hue angle of 124.94º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2ED83C is Cyan = 0.79, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 46 | 216 | 60 | - |
| CMYK | 0.79 | 0 | 0.72 | 0.15 |
| HSL | 124.94º | 0.69% | 0.51% | - |
| HSV(B) | 124.94º | 0.79% | 0.85% | - |
| XYZ | 26.5 | 50.02 | 12.53 | - |
| YUV | 147.39 | 78.68 | 55.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 216 | 60 | 0.79 | 0 | 0.72 | 0.15 | 124.94 | 0.69 | 0.51 |
| Hex | 2E | D8 | 3C | 4F | 0 | 48 | F | 7D | 45 | 33 |
| Octal | 56 | 330 | 74 | 117 | 0 | 110 | 17 | 175 | 105 | 63 |
| Binary | 101110 | 11011000 | 111100 | 1001111 | 0 | 1001000 | 1111 | 1111101 | 1000101 | 110011 |
Color Harmonies of #2ED83C
Complementary color
Monochromatic Colors of #2ED83C
Black with #2ED83C
Text Example
Text Example
White with #2ED83C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED83C; }
p { color: rgb(46,216,60); }
H1.HeaderClassName
{
color: #2ED83C;
}
.AnyTagClassName
{
color: #2ED83C;
}
</style>
background-color css
<style>
a { background-color: #2ED83C; }
a { background-color: rgb(46,216,60); }
div.DivClassName
{
background-color: #2ED83C;
}
.BgClassName
{
background-color: #2ED83C;
}
</style>
border-color css
<style>
span { border-color: #2ED83C; }
span { border-color: rgb(46,216,60); }
td.TdClassName
{
border-color: #2ED83C;
}
.TagClassName
{
border-color: #2ED83C;
}
</style>