Shades of Lime Green #2ED73C
Tints of Lime Green #2ED73C
RGB
CMYK
RGB Variations
Color information
#2ED73C (or 0x2ED73C) is known color: Lime Green. HEX triplet: 2E, D7 and 3C. RGB value is (46,215,60). Sum of RGB (Red+Green+Blue) = 46+215+60=321 (42% of max value = 765). Red value is 46 (18.36% from 255 or 14.33% from 321); Green value is 215 (84.38% from 255 or 66.98% from 321); Blue value is 60 (23.83% from 255 or 18.69% from 321); Max value from RGB is 215 - color contains mainly: green. Hex color #2ED73C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ED73C is #D128C3. Grayscale: #939393. Windows color (decimal): -13707460 or 3987246. OLE color: 3987246.
HSL color Cylindrical-coordinate representation of color #2ED73C: hue angle of 124.97º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2ED73C is Cyan = 0.79, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 46 | 215 | 60 | - |
| CMYK | 0.79 | 0 | 0.72 | 0.16 |
| HSL | 124.97º | 0.68% | 0.51% | - |
| HSV(B) | 124.97º | 0.79% | 0.84% | - |
| XYZ | 26.24 | 49.51 | 12.45 | - |
| YUV | 146.8 | 79.01 | 56.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 215 | 60 | 0.79 | 0 | 0.72 | 0.16 | 124.97 | 0.68 | 0.51 |
| Hex | 2E | D7 | 3C | 4F | 0 | 48 | 10 | 7D | 44 | 33 |
| Octal | 56 | 327 | 74 | 117 | 0 | 110 | 20 | 175 | 104 | 63 |
| Binary | 101110 | 11010111 | 111100 | 1001111 | 0 | 1001000 | 10000 | 1111101 | 1000100 | 110011 |
Color Harmonies of #2ED73C
Complementary color
Monochromatic Colors of #2ED73C
Black with #2ED73C
Text Example
Text Example
White with #2ED73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED73C; }
p { color: rgb(46,215,60); }
H1.HeaderClassName
{
color: #2ED73C;
}
.AnyTagClassName
{
color: #2ED73C;
}
</style>
background-color css
<style>
a { background-color: #2ED73C; }
a { background-color: rgb(46,215,60); }
div.DivClassName
{
background-color: #2ED73C;
}
.BgClassName
{
background-color: #2ED73C;
}
</style>
border-color css
<style>
span { border-color: #2ED73C; }
span { border-color: rgb(46,215,60); }
td.TdClassName
{
border-color: #2ED73C;
}
.TagClassName
{
border-color: #2ED73C;
}
</style>