Shades of Lime Green #49F341
Tints of Lime Green #49F341
RGB
CMYK
RGB Variations
Color information
#49F341 (or 0x49F341) is known color: Lime Green. HEX triplet: 49, F3 and 41. RGB value is (73,243,65). Sum of RGB (Red+Green+Blue) = 73+243+65=381 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.16% from 381); Green value is 243 (95.31% from 255 or 63.78% from 381); Blue value is 65 (25.78% from 255 or 17.06% from 381); Max value from RGB is 243 - color contains mainly: green. Hex color #49F341 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #49F341 is #B60CBE. Grayscale: #ACACAC. Windows color (decimal): -11930815 or 4322121. OLE color: 4322121.
HSL color Cylindrical-coordinate representation of color #49F341: hue angle of 117.3º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #49F341 is Cyan = 0.70, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 73 | 243 | 65 | - |
| CMYK | 0.70 | 0 | 0.73 | 0.05 |
| HSL | 117.3º | 0.88% | 0.6% | - |
| HSV(B) | 117.3º | 0.73% | 0.95% | - |
| XYZ | 35.75 | 65.9 | 15.84 | - |
| YUV | 171.88 | 67.68 | 57.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 243 | 65 | 0.70 | 0 | 0.73 | 0.05 | 117.3 | 0.88 | 0.6 |
| Hex | 49 | F3 | 41 | 46 | 0 | 49 | 5 | 75 | 58 | 3C |
| Octal | 111 | 363 | 101 | 106 | 0 | 111 | 5 | 165 | 130 | 74 |
| Binary | 1001001 | 11110011 | 1000001 | 1000110 | 0 | 1001001 | 101 | 1110101 | 1011000 | 111100 |
Color Harmonies of #49F341
Complementary color
Monochromatic Colors of #49F341
Black with #49F341
Text Example
Text Example
White with #49F341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49F341; }
p { color: rgb(73,243,65); }
H1.HeaderClassName
{
color: #49F341;
}
.AnyTagClassName
{
color: #49F341;
}
</style>
background-color css
<style>
a { background-color: #49F341; }
a { background-color: rgb(73,243,65); }
div.DivClassName
{
background-color: #49F341;
}
.BgClassName
{
background-color: #49F341;
}
</style>
border-color css
<style>
span { border-color: #49F341; }
span { border-color: rgb(73,243,65); }
td.TdClassName
{
border-color: #49F341;
}
.TagClassName
{
border-color: #49F341;
}
</style>