Shades of Lime Green #49C03D
Tints of Lime Green #49C03D
RGB
CMYK
RGB Variations
Color information
#49C03D (or 0x49C03D) is known color: Lime Green. HEX triplet: 49, C0 and 3D. RGB value is (73,192,61). Sum of RGB (Red+Green+Blue) = 73+192+61=326 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.39% from 326); Green value is 192 (75.39% from 255 or 58.90% from 326); Blue value is 61 (24.22% from 255 or 18.71% from 326); Max value from RGB is 192 - color contains mainly: green. Hex color #49C03D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49C03D is #B63FC2. Grayscale: #8D8D8D. Windows color (decimal): -11943875 or 4046921. OLE color: 4046921.
HSL color Cylindrical-coordinate representation of color #49C03D: hue angle of 114.5º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #49C03D is Cyan = 0.62, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 73 | 192 | 61 | - |
| CMYK | 0.62 | 0 | 0.68 | 0.25 |
| HSL | 114.5º | 0.52% | 0.5% | - |
| HSV(B) | 114.5º | 0.68% | 0.75% | - |
| XYZ | 22.44 | 39.45 | 10.85 | - |
| YUV | 141.49 | 82.58 | 79.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 192 | 61 | 0.62 | 0 | 0.68 | 0.25 | 114.5 | 0.52 | 0.5 |
| Hex | 49 | C0 | 3D | 3E | 0 | 44 | 19 | 73 | 34 | 32 |
| Octal | 111 | 300 | 75 | 76 | 0 | 104 | 31 | 163 | 64 | 62 |
| Binary | 1001001 | 11000000 | 111101 | 111110 | 0 | 1000100 | 11001 | 1110011 | 110100 | 110010 |
Color Harmonies of #49C03D
Complementary color
Monochromatic Colors of #49C03D
Black with #49C03D
Text Example
Text Example
White with #49C03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C03D; }
p { color: rgb(73,192,61); }
H1.HeaderClassName
{
color: #49C03D;
}
.AnyTagClassName
{
color: #49C03D;
}
</style>
background-color css
<style>
a { background-color: #49C03D; }
a { background-color: rgb(73,192,61); }
div.DivClassName
{
background-color: #49C03D;
}
.BgClassName
{
background-color: #49C03D;
}
</style>
border-color css
<style>
span { border-color: #49C03D; }
span { border-color: rgb(73,192,61); }
td.TdClassName
{
border-color: #49C03D;
}
.TagClassName
{
border-color: #49C03D;
}
</style>