Shades of Lime Green #49DA4A
Tints of Lime Green #49DA4A
RGB
CMYK
RGB Variations
Color information
#49DA4A (or 0x49DA4A) is known color: Lime Green. HEX triplet: 49, DA and 4A. RGB value is (73,218,74). Sum of RGB (Red+Green+Blue) = 73+218+74=365 (48% of max value = 765). Red value is 73 (28.91% from 255 or 20% from 365); Green value is 218 (85.55% from 255 or 59.73% from 365); Blue value is 74 (29.30% from 255 or 20.27% from 365); Max value from RGB is 218 - color contains mainly: green. Hex color #49DA4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49DA4A is #B625B5. Grayscale: #9E9E9E. Windows color (decimal): -11937206 or 4905545. OLE color: 4905545.
HSL color Cylindrical-coordinate representation of color #49DA4A: hue angle of 120.41º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49DA4A is Cyan = 0.67, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 73 | 218 | 74 | - |
| CMYK | 0.67 | 0 | 0.66 | 0.15 |
| HSL | 120.41º | 0.66% | 0.57% | - |
| HSV(B) | 120.41º | 0.67% | 0.85% | - |
| XYZ | 29.06 | 52.05 | 14.99 | - |
| YUV | 158.23 | 80.46 | 67.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 218 | 74 | 0.67 | 0 | 0.66 | 0.15 | 120.41 | 0.66 | 0.57 |
| Hex | 49 | DA | 4A | 43 | 0 | 42 | F | 78 | 42 | 39 |
| Octal | 111 | 332 | 112 | 103 | 0 | 102 | 17 | 170 | 102 | 71 |
| Binary | 1001001 | 11011010 | 1001010 | 1000011 | 0 | 1000010 | 1111 | 1111000 | 1000010 | 111001 |
Color Harmonies of #49DA4A
Complementary color
Monochromatic Colors of #49DA4A
Black with #49DA4A
Text Example
Text Example
White with #49DA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DA4A; }
p { color: rgb(73,218,74); }
H1.HeaderClassName
{
color: #49DA4A;
}
.AnyTagClassName
{
color: #49DA4A;
}
</style>
background-color css
<style>
a { background-color: #49DA4A; }
a { background-color: rgb(73,218,74); }
div.DivClassName
{
background-color: #49DA4A;
}
.BgClassName
{
background-color: #49DA4A;
}
</style>
border-color css
<style>
span { border-color: #49DA4A; }
span { border-color: rgb(73,218,74); }
td.TdClassName
{
border-color: #49DA4A;
}
.TagClassName
{
border-color: #49DA4A;
}
</style>