Shades of Lime Green #49CE38
Tints of Lime Green #49CE38
RGB
CMYK
RGB Variations
Color information
#49CE38 (or 0x49CE38) is known color: Lime Green. HEX triplet: 49, CE and 38. RGB value is (73,206,56). Sum of RGB (Red+Green+Blue) = 73+206+56=335 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.79% from 335); Green value is 206 (80.86% from 255 or 61.49% from 335); Blue value is 56 (22.27% from 255 or 16.72% from 335); Max value from RGB is 206 - color contains mainly: green. Hex color #49CE38 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49CE38 is #B631C7. Grayscale: #959595. Windows color (decimal): -11940296 or 3722825. OLE color: 3722825.
HSL color Cylindrical-coordinate representation of color #49CE38: hue angle of 113.2º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #49CE38 is Cyan = 0.65, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 73 | 206 | 56 | - |
| CMYK | 0.65 | 0 | 0.73 | 0.19 |
| HSL | 113.2º | 0.6% | 0.51% | - |
| HSV(B) | 113.2º | 0.73% | 0.81% | - |
| XYZ | 25.53 | 45.84 | 11.24 | - |
| YUV | 149.13 | 75.44 | 73.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 206 | 56 | 0.65 | 0 | 0.73 | 0.19 | 113.2 | 0.6 | 0.51 |
| Hex | 49 | CE | 38 | 41 | 0 | 49 | 13 | 71 | 3C | 33 |
| Octal | 111 | 316 | 70 | 101 | 0 | 111 | 23 | 161 | 74 | 63 |
| Binary | 1001001 | 11001110 | 111000 | 1000001 | 0 | 1001001 | 10011 | 1110001 | 111100 | 110011 |
Color Harmonies of #49CE38
Complementary color
Monochromatic Colors of #49CE38
Black with #49CE38
Text Example
Text Example
White with #49CE38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CE38; }
p { color: rgb(73,206,56); }
H1.HeaderClassName
{
color: #49CE38;
}
.AnyTagClassName
{
color: #49CE38;
}
</style>
background-color css
<style>
a { background-color: #49CE38; }
a { background-color: rgb(73,206,56); }
div.DivClassName
{
background-color: #49CE38;
}
.BgClassName
{
background-color: #49CE38;
}
</style>
border-color css
<style>
span { border-color: #49CE38; }
span { border-color: rgb(73,206,56); }
td.TdClassName
{
border-color: #49CE38;
}
.TagClassName
{
border-color: #49CE38;
}
</style>