Shades of Lime Green #49ED2D
Tints of Lime Green #49ED2D
RGB
CMYK
RGB Variations
Color information
#49ED2D (or 0x49ED2D) is known color: Lime Green. HEX triplet: 49, ED and 2D. RGB value is (73,237,45). Sum of RGB (Red+Green+Blue) = 73+237+45=355 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.56% from 355); Green value is 237 (92.97% from 255 or 66.76% from 355); Blue value is 45 (17.97% from 255 or 12.68% from 355); Max value from RGB is 237 - color contains mainly: green. Hex color #49ED2D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #49ED2D is #B612D2. Grayscale: #A6A6A6. Windows color (decimal): -11932371 or 3009865. OLE color: 3009865.
HSL color Cylindrical-coordinate representation of color #49ED2D: hue angle of 111.25º 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 #49ED2D is Cyan = 0.69, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 237 | 45 | - |
| CMYK | 0.69 | 0 | 0.81 | 0.07 |
| HSL | 111.25º | 0.84% | 0.55% | - |
| HSV(B) | 111.25º | 0.81% | 0.93% | - |
| XYZ | 33.51 | 62.17 | 12.72 | - |
| YUV | 166.08 | 59.67 | 61.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 237 | 45 | 0.69 | 0 | 0.81 | 0.07 | 111.25 | 0.84 | 0.55 |
| Hex | 49 | ED | 2D | 45 | 0 | 51 | 7 | 6F | 54 | 37 |
| Octal | 111 | 355 | 55 | 105 | 0 | 121 | 7 | 157 | 124 | 67 |
| Binary | 1001001 | 11101101 | 101101 | 1000101 | 0 | 1010001 | 111 | 1101111 | 1010100 | 110111 |
Color Harmonies of #49ED2D
Complementary color
Monochromatic Colors of #49ED2D
Black with #49ED2D
Text Example
Text Example
White with #49ED2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49ED2D; }
p { color: rgb(73,237,45); }
H1.HeaderClassName
{
color: #49ED2D;
}
.AnyTagClassName
{
color: #49ED2D;
}
</style>
background-color css
<style>
a { background-color: #49ED2D; }
a { background-color: rgb(73,237,45); }
div.DivClassName
{
background-color: #49ED2D;
}
.BgClassName
{
background-color: #49ED2D;
}
</style>
border-color css
<style>
span { border-color: #49ED2D; }
span { border-color: rgb(73,237,45); }
td.TdClassName
{
border-color: #49ED2D;
}
.TagClassName
{
border-color: #49ED2D;
}
</style>