Shades of Lime Green #49ED2E
Tints of Lime Green #49ED2E
RGB
CMYK
RGB Variations
Color information
#49ED2E (or 0x49ED2E) is known color: Lime Green. HEX triplet: 49, ED and 2E. RGB value is (73,237,46). Sum of RGB (Red+Green+Blue) = 73+237+46=356 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.51% from 356); Green value is 237 (92.97% from 255 or 66.57% from 356); Blue value is 46 (18.36% from 255 or 12.92% from 356); Max value from RGB is 237 - color contains mainly: green. Hex color #49ED2E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #49ED2E is #B612D1. Grayscale: #A6A6A6. Windows color (decimal): -11932370 or 3075401. OLE color: 3075401.
HSL color Cylindrical-coordinate representation of color #49ED2E: hue angle of 111.52º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #49ED2E is Cyan = 0.69, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 237 | 46 | - |
| CMYK | 0.69 | 0 | 0.81 | 0.07 |
| HSL | 111.52º | 0.84% | 0.55% | - |
| HSV(B) | 111.52º | 0.81% | 0.93% | - |
| XYZ | 33.52 | 62.18 | 12.82 | - |
| YUV | 166.19 | 60.17 | 61.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 237 | 46 | 0.69 | 0 | 0.81 | 0.07 | 111.52 | 0.84 | 0.55 |
| Hex | 49 | ED | 2E | 45 | 0 | 51 | 7 | 70 | 54 | 37 |
| Octal | 111 | 355 | 56 | 105 | 0 | 121 | 7 | 160 | 124 | 67 |
| Binary | 1001001 | 11101101 | 101110 | 1000101 | 0 | 1010001 | 111 | 1110000 | 1010100 | 110111 |
Color Harmonies of #49ED2E
Complementary color
Monochromatic Colors of #49ED2E
Black with #49ED2E
Text Example
Text Example
White with #49ED2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49ED2E; }
p { color: rgb(73,237,46); }
H1.HeaderClassName
{
color: #49ED2E;
}
.AnyTagClassName
{
color: #49ED2E;
}
</style>
background-color css
<style>
a { background-color: #49ED2E; }
a { background-color: rgb(73,237,46); }
div.DivClassName
{
background-color: #49ED2E;
}
.BgClassName
{
background-color: #49ED2E;
}
</style>
border-color css
<style>
span { border-color: #49ED2E; }
span { border-color: rgb(73,237,46); }
td.TdClassName
{
border-color: #49ED2E;
}
.TagClassName
{
border-color: #49ED2E;
}
</style>