Shades of Lime Green #49CF3F
Tints of Lime Green #49CF3F
RGB
CMYK
RGB Variations
Color information
#49CF3F (or 0x49CF3F) is known color: Lime Green. HEX triplet: 49, CF and 3F. RGB value is (73,207,63). Sum of RGB (Red+Green+Blue) = 73+207+63=343 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.28% from 343); Green value is 207 (81.25% from 255 or 60.35% from 343); Blue value is 63 (25% from 255 or 18.37% from 343); Max value from RGB is 207 - color contains mainly: green. Hex color #49CF3F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49CF3F is #B630C0. Grayscale: #969696. Windows color (decimal): -11940033 or 4181833. OLE color: 4181833.
HSL color Cylindrical-coordinate representation of color #49CF3F: hue angle of 115.83º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49CF3F is Cyan = 0.65, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 73 | 207 | 63 | - |
| CMYK | 0.65 | 0 | 0.70 | 0.19 |
| HSL | 115.83º | 0.6% | 0.53% | - |
| HSV(B) | 115.83º | 0.7% | 0.81% | - |
| XYZ | 25.96 | 46.4 | 12.29 | - |
| YUV | 150.52 | 78.61 | 72.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 207 | 63 | 0.65 | 0 | 0.70 | 0.19 | 115.83 | 0.6 | 0.53 |
| Hex | 49 | CF | 3F | 41 | 0 | 46 | 13 | 74 | 3C | 35 |
| Octal | 111 | 317 | 77 | 101 | 0 | 106 | 23 | 164 | 74 | 65 |
| Binary | 1001001 | 11001111 | 111111 | 1000001 | 0 | 1000110 | 10011 | 1110100 | 111100 | 110101 |
Color Harmonies of #49CF3F
Complementary color
Monochromatic Colors of #49CF3F
Black with #49CF3F
Text Example
Text Example
White with #49CF3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CF3F; }
p { color: rgb(73,207,63); }
H1.HeaderClassName
{
color: #49CF3F;
}
.AnyTagClassName
{
color: #49CF3F;
}
</style>
background-color css
<style>
a { background-color: #49CF3F; }
a { background-color: rgb(73,207,63); }
div.DivClassName
{
background-color: #49CF3F;
}
.BgClassName
{
background-color: #49CF3F;
}
</style>
border-color css
<style>
span { border-color: #49CF3F; }
span { border-color: rgb(73,207,63); }
td.TdClassName
{
border-color: #49CF3F;
}
.TagClassName
{
border-color: #49CF3F;
}
</style>