Shades of Lime Green #49D64C
Tints of Lime Green #49D64C
RGB
CMYK
RGB Variations
Color information
#49D64C (or 0x49D64C) is known color: Lime Green. HEX triplet: 49, D6 and 4C. RGB value is (73,214,76). Sum of RGB (Red+Green+Blue) = 73+214+76=363 (48% of max value = 765). Red value is 73 (28.91% from 255 or 20.11% from 363); Green value is 214 (83.98% from 255 or 58.95% from 363); Blue value is 76 (30.08% from 255 or 20.94% from 363); Max value from RGB is 214 - color contains mainly: green. Hex color #49D64C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49D64C is #B629B3. Grayscale: #9C9C9C. Windows color (decimal): -11938228 or 5035593. OLE color: 5035593.
HSL color Cylindrical-coordinate representation of color #49D64C: hue angle of 121.28º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #49D64C is Cyan = 0.66, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 73 | 214 | 76 | - |
| CMYK | 0.66 | 0 | 0.64 | 0.16 |
| HSL | 121.28º | 0.63% | 0.56% | - |
| HSV(B) | 121.28º | 0.66% | 0.84% | - |
| XYZ | 28.1 | 50.03 | 15.01 | - |
| YUV | 156.11 | 82.79 | 68.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 214 | 76 | 0.66 | 0 | 0.64 | 0.16 | 121.28 | 0.63 | 0.56 |
| Hex | 49 | D6 | 4C | 42 | 0 | 40 | 10 | 79 | 3F | 38 |
| Octal | 111 | 326 | 114 | 102 | 0 | 100 | 20 | 171 | 77 | 70 |
| Binary | 1001001 | 11010110 | 1001100 | 1000010 | 0 | 1000000 | 10000 | 1111001 | 111111 | 111000 |
Color Harmonies of #49D64C
Complementary color
Monochromatic Colors of #49D64C
Black with #49D64C
Text Example
Text Example
White with #49D64C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49D64C; }
p { color: rgb(73,214,76); }
H1.HeaderClassName
{
color: #49D64C;
}
.AnyTagClassName
{
color: #49D64C;
}
</style>
background-color css
<style>
a { background-color: #49D64C; }
a { background-color: rgb(73,214,76); }
div.DivClassName
{
background-color: #49D64C;
}
.BgClassName
{
background-color: #49D64C;
}
</style>
border-color css
<style>
span { border-color: #49D64C; }
span { border-color: rgb(73,214,76); }
td.TdClassName
{
border-color: #49D64C;
}
.TagClassName
{
border-color: #49D64C;
}
</style>