Shades of Lime Green #49CA4F
Tints of Lime Green #49CA4F
RGB
CMYK
RGB Variations
Color information
#49CA4F (or 0x49CA4F) is known color: Lime Green. HEX triplet: 49, CA and 4F. RGB value is (73,202,79). Sum of RGB (Red+Green+Blue) = 73+202+79=354 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.62% from 354); Green value is 202 (79.30% from 255 or 57.06% from 354); Blue value is 79 (31.25% from 255 or 22.32% from 354); Max value from RGB is 202 - color contains mainly: green. Hex color #49CA4F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #49CA4F is #B635B0. Grayscale: #959595. Windows color (decimal): -11941297 or 5229129. OLE color: 5229129.
HSL color Cylindrical-coordinate representation of color #49CA4F: hue angle of 122.79º 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 #49CA4F is Cyan = 0.64, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 73 | 202 | 79 | - |
| CMYK | 0.64 | 0 | 0.61 | 0.21 |
| HSL | 122.79º | 0.55% | 0.54% | - |
| HSV(B) | 122.79º | 0.64% | 0.79% | - |
| XYZ | 25.28 | 44.22 | 14.6 | - |
| YUV | 149.41 | 88.26 | 73.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 202 | 79 | 0.64 | 0 | 0.61 | 0.21 | 122.79 | 0.55 | 0.54 |
| Hex | 49 | CA | 4F | 40 | 0 | 3D | 15 | 7B | 37 | 36 |
| Octal | 111 | 312 | 117 | 100 | 0 | 75 | 25 | 173 | 67 | 66 |
| Binary | 1001001 | 11001010 | 1001111 | 1000000 | 0 | 111101 | 10101 | 1111011 | 110111 | 110110 |
Color Harmonies of #49CA4F
Complementary color
Monochromatic Colors of #49CA4F
Black with #49CA4F
Text Example
Text Example
White with #49CA4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CA4F; }
p { color: rgb(73,202,79); }
H1.HeaderClassName
{
color: #49CA4F;
}
.AnyTagClassName
{
color: #49CA4F;
}
</style>
background-color css
<style>
a { background-color: #49CA4F; }
a { background-color: rgb(73,202,79); }
div.DivClassName
{
background-color: #49CA4F;
}
.BgClassName
{
background-color: #49CA4F;
}
</style>
border-color css
<style>
span { border-color: #49CA4F; }
span { border-color: rgb(73,202,79); }
td.TdClassName
{
border-color: #49CA4F;
}
.TagClassName
{
border-color: #49CA4F;
}
</style>