Shades of Lime Green #49F12C
Tints of Lime Green #49F12C
RGB
CMYK
RGB Variations
Color information
#49F12C (or 0x49F12C) is known color: Lime Green. HEX triplet: 49, F1 and 2C. RGB value is (73,241,44). Sum of RGB (Red+Green+Blue) = 73+241+44=358 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.39% from 358); Green value is 241 (94.53% from 255 or 67.32% from 358); Blue value is 44 (17.58% from 255 or 12.29% from 358); Max value from RGB is 241 - color contains mainly: green. Hex color #49F12C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #49F12C is #B60ED3. Grayscale: #A8A8A8. Windows color (decimal): -11931348 or 2945353. OLE color: 2945353.
HSL color Cylindrical-coordinate representation of color #49F12C: hue angle of 111.17º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #49F12C is Cyan = 0.70, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 73 | 241 | 44 | - |
| CMYK | 0.70 | 0 | 0.82 | 0.05 |
| HSL | 111.17º | 0.88% | 0.56% | - |
| HSV(B) | 111.17º | 0.82% | 0.95% | - |
| XYZ | 34.66 | 64.51 | 13.01 | - |
| YUV | 168.31 | 57.84 | 60.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 241 | 44 | 0.70 | 0 | 0.82 | 0.05 | 111.17 | 0.88 | 0.56 |
| Hex | 49 | F1 | 2C | 46 | 0 | 52 | 5 | 6F | 58 | 38 |
| Octal | 111 | 361 | 54 | 106 | 0 | 122 | 5 | 157 | 130 | 70 |
| Binary | 1001001 | 11110001 | 101100 | 1000110 | 0 | 1010010 | 101 | 1101111 | 1011000 | 111000 |
Color Harmonies of #49F12C
Complementary color
Monochromatic Colors of #49F12C
Black with #49F12C
Text Example
Text Example
White with #49F12C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49F12C; }
p { color: rgb(73,241,44); }
H1.HeaderClassName
{
color: #49F12C;
}
.AnyTagClassName
{
color: #49F12C;
}
</style>
background-color css
<style>
a { background-color: #49F12C; }
a { background-color: rgb(73,241,44); }
div.DivClassName
{
background-color: #49F12C;
}
.BgClassName
{
background-color: #49F12C;
}
</style>
border-color css
<style>
span { border-color: #49F12C; }
span { border-color: rgb(73,241,44); }
td.TdClassName
{
border-color: #49F12C;
}
.TagClassName
{
border-color: #49F12C;
}
</style>