Shades of Lime Green #49F23C
Tints of Lime Green #49F23C
RGB
CMYK
RGB Variations
Color information
#49F23C (or 0x49F23C) is known color: Lime Green. HEX triplet: 49, F2 and 3C. RGB value is (73,242,60). Sum of RGB (Red+Green+Blue) = 73+242+60=375 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.47% from 375); Green value is 242 (94.92% from 255 or 64.53% from 375); Blue value is 60 (23.83% from 255 or 16% from 375); Max value from RGB is 242 - color contains mainly: green. Hex color #49F23C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #49F23C is #B60DC3. Grayscale: #ABABAB. Windows color (decimal): -11931076 or 3994185. OLE color: 3994185.
HSL color Cylindrical-coordinate representation of color #49F23C: hue angle of 115.71º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #49F23C is Cyan = 0.70, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 73 | 242 | 60 | - |
| CMYK | 0.70 | 0 | 0.75 | 0.05 |
| HSL | 115.71º | 0.88% | 0.59% | - |
| HSV(B) | 115.71º | 0.75% | 0.95% | - |
| XYZ | 35.32 | 65.25 | 15.01 | - |
| YUV | 170.72 | 65.51 | 58.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 242 | 60 | 0.70 | 0 | 0.75 | 0.05 | 115.71 | 0.88 | 0.59 |
| Hex | 49 | F2 | 3C | 46 | 0 | 4B | 5 | 74 | 58 | 3B |
| Octal | 111 | 362 | 74 | 106 | 0 | 113 | 5 | 164 | 130 | 73 |
| Binary | 1001001 | 11110010 | 111100 | 1000110 | 0 | 1001011 | 101 | 1110100 | 1011000 | 111011 |
Color Harmonies of #49F23C
Complementary color
Monochromatic Colors of #49F23C
Black with #49F23C
Text Example
Text Example
White with #49F23C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49F23C; }
p { color: rgb(73,242,60); }
H1.HeaderClassName
{
color: #49F23C;
}
.AnyTagClassName
{
color: #49F23C;
}
</style>
background-color css
<style>
a { background-color: #49F23C; }
a { background-color: rgb(73,242,60); }
div.DivClassName
{
background-color: #49F23C;
}
.BgClassName
{
background-color: #49F23C;
}
</style>
border-color css
<style>
span { border-color: #49F23C; }
span { border-color: rgb(73,242,60); }
td.TdClassName
{
border-color: #49F23C;
}
.TagClassName
{
border-color: #49F23C;
}
</style>