Shades of Lime Green #49DC30
Tints of Lime Green #49DC30
RGB
CMYK
RGB Variations
Color information
#49DC30 (or 0x49DC30) is known color: Lime Green. HEX triplet: 49, DC and 30. RGB value is (73,220,48). Sum of RGB (Red+Green+Blue) = 73+220+48=341 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.41% from 341); Green value is 220 (86.33% from 255 or 64.52% from 341); Blue value is 48 (19.14% from 255 or 14.08% from 341); Max value from RGB is 220 - color contains mainly: green. Hex color #49DC30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49DC30 is #B623CF. Grayscale: #9C9C9C. Windows color (decimal): -11936720 or 3202121. OLE color: 3202121.
HSL color Cylindrical-coordinate representation of color #49DC30: hue angle of 111.28º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #49DC30 is Cyan = 0.67, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 73 | 220 | 48 | - |
| CMYK | 0.67 | 0 | 0.78 | 0.14 |
| HSL | 111.28º | 0.71% | 0.53% | - |
| HSV(B) | 111.28º | 0.78% | 0.86% | - |
| XYZ | 28.87 | 52.82 | 11.47 | - |
| YUV | 156.44 | 66.8 | 68.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 220 | 48 | 0.67 | 0 | 0.78 | 0.14 | 111.28 | 0.71 | 0.53 |
| Hex | 49 | DC | 30 | 43 | 0 | 4E | E | 6F | 47 | 35 |
| Octal | 111 | 334 | 60 | 103 | 0 | 116 | 16 | 157 | 107 | 65 |
| Binary | 1001001 | 11011100 | 110000 | 1000011 | 0 | 1001110 | 1110 | 1101111 | 1000111 | 110101 |
Color Harmonies of #49DC30
Complementary color
Monochromatic Colors of #49DC30
Black with #49DC30
Text Example
Text Example
White with #49DC30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DC30; }
p { color: rgb(73,220,48); }
H1.HeaderClassName
{
color: #49DC30;
}
.AnyTagClassName
{
color: #49DC30;
}
</style>
background-color css
<style>
a { background-color: #49DC30; }
a { background-color: rgb(73,220,48); }
div.DivClassName
{
background-color: #49DC30;
}
.BgClassName
{
background-color: #49DC30;
}
</style>
border-color css
<style>
span { border-color: #49DC30; }
span { border-color: rgb(73,220,48); }
td.TdClassName
{
border-color: #49DC30;
}
.TagClassName
{
border-color: #49DC30;
}
</style>