Shades of Lime Green #49C93A
Tints of Lime Green #49C93A
RGB
CMYK
RGB Variations
Color information
#49C93A (or 0x49C93A) is known color: Lime Green. HEX triplet: 49, C9 and 3A. RGB value is (73,201,58). Sum of RGB (Red+Green+Blue) = 73+201+58=332 (43% of max value = 765). Red value is 73 (28.91% from 255 or 21.99% from 332); Green value is 201 (78.91% from 255 or 60.54% from 332); Blue value is 58 (23.05% from 255 or 17.47% from 332); Max value from RGB is 201 - color contains mainly: green. Hex color #49C93A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49C93A is #B636C5. Grayscale: #929292. Windows color (decimal): -11941574 or 3852617. OLE color: 3852617.
HSL color Cylindrical-coordinate representation of color #49C93A: hue angle of 113.71º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49C93A is Cyan = 0.64, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 73 | 201 | 58 | - |
| CMYK | 0.64 | 0 | 0.71 | 0.21 |
| HSL | 113.71º | 0.57% | 0.51% | - |
| HSV(B) | 113.71º | 0.71% | 0.79% | - |
| XYZ | 24.4 | 43.5 | 11.11 | - |
| YUV | 146.43 | 78.09 | 75.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 201 | 58 | 0.64 | 0 | 0.71 | 0.21 | 113.71 | 0.57 | 0.51 |
| Hex | 49 | C9 | 3A | 40 | 0 | 47 | 15 | 72 | 39 | 33 |
| Octal | 111 | 311 | 72 | 100 | 0 | 107 | 25 | 162 | 71 | 63 |
| Binary | 1001001 | 11001001 | 111010 | 1000000 | 0 | 1000111 | 10101 | 1110010 | 111001 | 110011 |
Color Harmonies of #49C93A
Complementary color
Monochromatic Colors of #49C93A
Black with #49C93A
Text Example
Text Example
White with #49C93A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C93A; }
p { color: rgb(73,201,58); }
H1.HeaderClassName
{
color: #49C93A;
}
.AnyTagClassName
{
color: #49C93A;
}
</style>
background-color css
<style>
a { background-color: #49C93A; }
a { background-color: rgb(73,201,58); }
div.DivClassName
{
background-color: #49C93A;
}
.BgClassName
{
background-color: #49C93A;
}
</style>
border-color css
<style>
span { border-color: #49C93A; }
span { border-color: rgb(73,201,58); }
td.TdClassName
{
border-color: #49C93A;
}
.TagClassName
{
border-color: #49C93A;
}
</style>