Shades of Lime Green #49CA4C
Tints of Lime Green #49CA4C
RGB
CMYK
RGB Variations
Color information
#49CA4C (or 0x49CA4C) is known color: Lime Green. HEX triplet: 49, CA and 4C. RGB value is (73,202,76). Sum of RGB (Red+Green+Blue) = 73+202+76=351 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.80% from 351); Green value is 202 (79.30% from 255 or 57.55% from 351); Blue value is 76 (30.08% from 255 or 21.65% from 351); Max value from RGB is 202 - color contains mainly: green. Hex color #49CA4C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49CA4C is #B635B3. Grayscale: #959595. Windows color (decimal): -11941300 or 5032521. OLE color: 5032521.
HSL color Cylindrical-coordinate representation of color #49CA4C: hue angle of 121.4º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #49CA4C is Cyan = 0.64, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 73 | 202 | 76 | - |
| CMYK | 0.64 | 0 | 0.62 | 0.21 |
| HSL | 121.4º | 0.55% | 0.54% | - |
| HSV(B) | 121.4º | 0.64% | 0.79% | - |
| XYZ | 25.17 | 44.18 | 14.04 | - |
| YUV | 149.07 | 86.76 | 73.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 202 | 76 | 0.64 | 0 | 0.62 | 0.21 | 121.4 | 0.55 | 0.54 |
| Hex | 49 | CA | 4C | 40 | 0 | 3E | 15 | 79 | 37 | 36 |
| Octal | 111 | 312 | 114 | 100 | 0 | 76 | 25 | 171 | 67 | 66 |
| Binary | 1001001 | 11001010 | 1001100 | 1000000 | 0 | 111110 | 10101 | 1111001 | 110111 | 110110 |
Color Harmonies of #49CA4C
Complementary color
Monochromatic Colors of #49CA4C
Black with #49CA4C
Text Example
Text Example
White with #49CA4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CA4C; }
p { color: rgb(73,202,76); }
H1.HeaderClassName
{
color: #49CA4C;
}
.AnyTagClassName
{
color: #49CA4C;
}
</style>
background-color css
<style>
a { background-color: #49CA4C; }
a { background-color: rgb(73,202,76); }
div.DivClassName
{
background-color: #49CA4C;
}
.BgClassName
{
background-color: #49CA4C;
}
</style>
border-color css
<style>
span { border-color: #49CA4C; }
span { border-color: rgb(73,202,76); }
td.TdClassName
{
border-color: #49CA4C;
}
.TagClassName
{
border-color: #49CA4C;
}
</style>