Shades of Lime Green #49EE2D
Tints of Lime Green #49EE2D
RGB
CMYK
RGB Variations
Color information
#49EE2D (or 0x49EE2D) is known color: Lime Green. HEX triplet: 49, EE and 2D. RGB value is (73,238,45). Sum of RGB (Red+Green+Blue) = 73+238+45=356 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.51% from 356); Green value is 238 (93.36% from 255 or 66.85% from 356); Blue value is 45 (17.97% from 255 or 12.64% from 356); Max value from RGB is 238 - color contains mainly: green. Hex color #49EE2D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #49EE2D is #B611D2. Grayscale: #A7A7A7. Windows color (decimal): -11932115 or 3010121. OLE color: 3010121.
HSL color Cylindrical-coordinate representation of color #49EE2D: hue angle of 111.3º degrees, saturation: 0.85, 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 #49EE2D is Cyan = 0.69, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 238 | 45 | - |
| CMYK | 0.69 | 0 | 0.81 | 0.07 |
| HSL | 111.3º | 0.85% | 0.55% | - |
| HSV(B) | 111.3º | 0.81% | 0.93% | - |
| XYZ | 33.8 | 62.76 | 12.81 | - |
| YUV | 166.66 | 59.34 | 61.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 238 | 45 | 0.69 | 0 | 0.81 | 0.07 | 111.3 | 0.85 | 0.55 |
| Hex | 49 | EE | 2D | 45 | 0 | 51 | 7 | 6F | 55 | 37 |
| Octal | 111 | 356 | 55 | 105 | 0 | 121 | 7 | 157 | 125 | 67 |
| Binary | 1001001 | 11101110 | 101101 | 1000101 | 0 | 1010001 | 111 | 1101111 | 1010101 | 110111 |
Color Harmonies of #49EE2D
Complementary color
Monochromatic Colors of #49EE2D
Black with #49EE2D
Text Example
Text Example
White with #49EE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49EE2D; }
p { color: rgb(73,238,45); }
H1.HeaderClassName
{
color: #49EE2D;
}
.AnyTagClassName
{
color: #49EE2D;
}
</style>
background-color css
<style>
a { background-color: #49EE2D; }
a { background-color: rgb(73,238,45); }
div.DivClassName
{
background-color: #49EE2D;
}
.BgClassName
{
background-color: #49EE2D;
}
</style>
border-color css
<style>
span { border-color: #49EE2D; }
span { border-color: rgb(73,238,45); }
td.TdClassName
{
border-color: #49EE2D;
}
.TagClassName
{
border-color: #49EE2D;
}
</style>