Shades of Lime Green #49CF3D
Tints of Lime Green #49CF3D
RGB
CMYK
RGB Variations
Color information
#49CF3D (or 0x49CF3D) is known color: Lime Green. HEX triplet: 49, CF and 3D. RGB value is (73,207,61). Sum of RGB (Red+Green+Blue) = 73+207+61=341 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.41% from 341); Green value is 207 (81.25% from 255 or 60.70% from 341); Blue value is 61 (24.22% from 255 or 17.89% from 341); Max value from RGB is 207 - color contains mainly: green. Hex color #49CF3D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49CF3D is #B630C2. Grayscale: #969696. Windows color (decimal): -11940035 or 4050761. OLE color: 4050761.
HSL color Cylindrical-coordinate representation of color #49CF3D: hue angle of 115.07º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49CF3D is Cyan = 0.65, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 73 | 207 | 61 | - |
| CMYK | 0.65 | 0 | 0.71 | 0.19 |
| HSL | 115.07º | 0.6% | 0.53% | - |
| HSV(B) | 115.07º | 0.71% | 0.81% | - |
| XYZ | 25.9 | 46.38 | 12 | - |
| YUV | 150.29 | 77.61 | 72.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 207 | 61 | 0.65 | 0 | 0.71 | 0.19 | 115.07 | 0.6 | 0.53 |
| Hex | 49 | CF | 3D | 41 | 0 | 47 | 13 | 73 | 3C | 35 |
| Octal | 111 | 317 | 75 | 101 | 0 | 107 | 23 | 163 | 74 | 65 |
| Binary | 1001001 | 11001111 | 111101 | 1000001 | 0 | 1000111 | 10011 | 1110011 | 111100 | 110101 |
Color Harmonies of #49CF3D
Complementary color
Monochromatic Colors of #49CF3D
Black with #49CF3D
Text Example
Text Example
White with #49CF3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CF3D; }
p { color: rgb(73,207,61); }
H1.HeaderClassName
{
color: #49CF3D;
}
.AnyTagClassName
{
color: #49CF3D;
}
</style>
background-color css
<style>
a { background-color: #49CF3D; }
a { background-color: rgb(73,207,61); }
div.DivClassName
{
background-color: #49CF3D;
}
.BgClassName
{
background-color: #49CF3D;
}
</style>
border-color css
<style>
span { border-color: #49CF3D; }
span { border-color: rgb(73,207,61); }
td.TdClassName
{
border-color: #49CF3D;
}
.TagClassName
{
border-color: #49CF3D;
}
</style>