Shades of Lime Green #49CC3A
Tints of Lime Green #49CC3A
RGB
CMYK
RGB Variations
Color information
#49CC3A (or 0x49CC3A) is known color: Lime Green. HEX triplet: 49, CC and 3A. RGB value is (73,204,58). Sum of RGB (Red+Green+Blue) = 73+204+58=335 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.79% from 335); Green value is 204 (80.08% from 255 or 60.90% from 335); Blue value is 58 (23.05% from 255 or 17.31% from 335); Max value from RGB is 204 - color contains mainly: green. Hex color #49CC3A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49CC3A is #B633C5. Grayscale: #949494. Windows color (decimal): -11940806 or 3853385. OLE color: 3853385.
HSL color Cylindrical-coordinate representation of color #49CC3A: hue angle of 113.84º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #49CC3A is Cyan = 0.64, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 73 | 204 | 58 | - |
| CMYK | 0.64 | 0 | 0.72 | 0.2 |
| HSL | 113.84º | 0.59% | 0.51% | - |
| HSV(B) | 113.84º | 0.72% | 0.8% | - |
| XYZ | 25.1 | 44.91 | 11.35 | - |
| YUV | 148.19 | 77.1 | 74.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 204 | 58 | 0.64 | 0 | 0.72 | 0.2 | 113.84 | 0.59 | 0.51 |
| Hex | 49 | CC | 3A | 40 | 0 | 48 | 14 | 72 | 3B | 33 |
| Octal | 111 | 314 | 72 | 100 | 0 | 110 | 24 | 162 | 73 | 63 |
| Binary | 1001001 | 11001100 | 111010 | 1000000 | 0 | 1001000 | 10100 | 1110010 | 111011 | 110011 |
Color Harmonies of #49CC3A
Complementary color
Monochromatic Colors of #49CC3A
Black with #49CC3A
Text Example
Text Example
White with #49CC3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CC3A; }
p { color: rgb(73,204,58); }
H1.HeaderClassName
{
color: #49CC3A;
}
.AnyTagClassName
{
color: #49CC3A;
}
</style>
background-color css
<style>
a { background-color: #49CC3A; }
a { background-color: rgb(73,204,58); }
div.DivClassName
{
background-color: #49CC3A;
}
.BgClassName
{
background-color: #49CC3A;
}
</style>
border-color css
<style>
span { border-color: #49CC3A; }
span { border-color: rgb(73,204,58); }
td.TdClassName
{
border-color: #49CC3A;
}
.TagClassName
{
border-color: #49CC3A;
}
</style>