Shades of Lime Green #49CD30
Tints of Lime Green #49CD30
RGB
CMYK
RGB Variations
Color information
#49CD30 (or 0x49CD30) is known color: Lime Green. HEX triplet: 49, CD and 30. RGB value is (73,205,48). Sum of RGB (Red+Green+Blue) = 73+205+48=326 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.39% from 326); Green value is 205 (80.47% from 255 or 62.88% from 326); Blue value is 48 (19.14% from 255 or 14.72% from 326); Max value from RGB is 205 - color contains mainly: green. Hex color #49CD30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49CD30 is #B632CF. Grayscale: #949494. Windows color (decimal): -11940560 or 3198281. OLE color: 3198281.
HSL color Cylindrical-coordinate representation of color #49CD30: hue angle of 110.45º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #49CD30 is Cyan = 0.64, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 73 | 205 | 48 | - |
| CMYK | 0.64 | 0 | 0.77 | 0.20 |
| HSL | 110.45º | 0.62% | 0.5% | - |
| HSV(B) | 110.45º | 0.77% | 0.8% | - |
| XYZ | 25.11 | 45.29 | 10.22 | - |
| YUV | 147.63 | 71.77 | 74.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 205 | 48 | 0.64 | 0 | 0.77 | 0.20 | 110.45 | 0.62 | 0.5 |
| Hex | 49 | CD | 30 | 40 | 0 | 4D | 14 | 6E | 3E | 32 |
| Octal | 111 | 315 | 60 | 100 | 0 | 115 | 24 | 156 | 76 | 62 |
| Binary | 1001001 | 11001101 | 110000 | 1000000 | 0 | 1001101 | 10100 | 1101110 | 111110 | 110010 |
Color Harmonies of #49CD30
Complementary color
Monochromatic Colors of #49CD30
Black with #49CD30
Text Example
Text Example
White with #49CD30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CD30; }
p { color: rgb(73,205,48); }
H1.HeaderClassName
{
color: #49CD30;
}
.AnyTagClassName
{
color: #49CD30;
}
</style>
background-color css
<style>
a { background-color: #49CD30; }
a { background-color: rgb(73,205,48); }
div.DivClassName
{
background-color: #49CD30;
}
.BgClassName
{
background-color: #49CD30;
}
</style>
border-color css
<style>
span { border-color: #49CD30; }
span { border-color: rgb(73,205,48); }
td.TdClassName
{
border-color: #49CD30;
}
.TagClassName
{
border-color: #49CD30;
}
</style>