Shades of Lime Green #49CE34
Tints of Lime Green #49CE34
RGB
CMYK
RGB Variations
Color information
#49CE34 (or 0x49CE34) is known color: Lime Green. HEX triplet: 49, CE and 34. RGB value is (73,206,52). Sum of RGB (Red+Green+Blue) = 73+206+52=331 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.05% from 331); Green value is 206 (80.86% from 255 or 62.24% from 331); Blue value is 52 (20.70% from 255 or 15.71% from 331); Max value from RGB is 206 - color contains mainly: green. Hex color #49CE34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49CE34 is #B631CB. Grayscale: #959595. Windows color (decimal): -11940300 or 3460681. OLE color: 3460681.
HSL color Cylindrical-coordinate representation of color #49CE34: hue angle of 111.82º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #49CE34 is Cyan = 0.65, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 73 | 206 | 52 | - |
| CMYK | 0.65 | 0 | 0.75 | 0.19 |
| HSL | 111.82º | 0.61% | 0.51% | - |
| HSV(B) | 111.82º | 0.75% | 0.81% | - |
| XYZ | 25.44 | 45.81 | 10.75 | - |
| YUV | 148.68 | 73.44 | 74.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 206 | 52 | 0.65 | 0 | 0.75 | 0.19 | 111.82 | 0.61 | 0.51 |
| Hex | 49 | CE | 34 | 41 | 0 | 4B | 13 | 70 | 3D | 33 |
| Octal | 111 | 316 | 64 | 101 | 0 | 113 | 23 | 160 | 75 | 63 |
| Binary | 1001001 | 11001110 | 110100 | 1000001 | 0 | 1001011 | 10011 | 1110000 | 111101 | 110011 |
Color Harmonies of #49CE34
Complementary color
Monochromatic Colors of #49CE34
Black with #49CE34
Text Example
Text Example
White with #49CE34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49CE34; }
p { color: rgb(73,206,52); }
H1.HeaderClassName
{
color: #49CE34;
}
.AnyTagClassName
{
color: #49CE34;
}
</style>
background-color css
<style>
a { background-color: #49CE34; }
a { background-color: rgb(73,206,52); }
div.DivClassName
{
background-color: #49CE34;
}
.BgClassName
{
background-color: #49CE34;
}
</style>
border-color css
<style>
span { border-color: #49CE34; }
span { border-color: rgb(73,206,52); }
td.TdClassName
{
border-color: #49CE34;
}
.TagClassName
{
border-color: #49CE34;
}
</style>