Shades of Lime Green #49CF4C
Tints of Lime Green #49CF4C
RGB
CMYK
RGB Variations
Color information
#49CF4C (or 0x49CF4C) is known color: Lime Green. HEX triplet: 49, CF and 4C. RGB value is (73,207,76). Sum of RGB (Red+Green+Blue) = 73+207+76=356 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.51% from 356); Green value is 207 (81.25% from 255 or 58.15% from 356); Blue value is 76 (30.08% from 255 or 21.35% from 356); Max value from RGB is 207 - color contains mainly: green. Hex color #49CF4C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49CF4C is #B630B3. Grayscale: #989898. Windows color (decimal): -11940020 or 5033801. OLE color: 5033801.
HSL color Cylindrical-coordinate representation of color #49CF4C: hue angle of 121.34º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #49CF4C is Cyan = 0.65, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 73 | 207 | 76 | - |
| CMYK | 0.65 | 0 | 0.63 | 0.19 |
| HSL | 121.34º | 0.58% | 0.55% | - |
| HSV(B) | 121.34º | 0.65% | 0.81% | - |
| XYZ | 26.36 | 46.56 | 14.44 | - |
| YUV | 152 | 85.11 | 71.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 207 | 76 | 0.65 | 0 | 0.63 | 0.19 | 121.34 | 0.58 | 0.55 |
| Hex | 49 | CF | 4C | 41 | 0 | 3F | 13 | 79 | 3A | 37 |
| Octal | 111 | 317 | 114 | 101 | 0 | 77 | 23 | 171 | 72 | 67 |
| Binary | 1001001 | 11001111 | 1001100 | 1000001 | 0 | 111111 | 10011 | 1111001 | 111010 | 110111 |
Color Harmonies of #49CF4C
Complementary color
Monochromatic Colors of #49CF4C
Black with #49CF4C
Text Example
Text Example
White with #49CF4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CF4C; }
p { color: rgb(73,207,76); }
H1.HeaderClassName
{
color: #49CF4C;
}
.AnyTagClassName
{
color: #49CF4C;
}
</style>
background-color css
<style>
a { background-color: #49CF4C; }
a { background-color: rgb(73,207,76); }
div.DivClassName
{
background-color: #49CF4C;
}
.BgClassName
{
background-color: #49CF4C;
}
</style>
border-color css
<style>
span { border-color: #49CF4C; }
span { border-color: rgb(73,207,76); }
td.TdClassName
{
border-color: #49CF4C;
}
.TagClassName
{
border-color: #49CF4C;
}
</style>