Shades of Lime Green #49EE34
Tints of Lime Green #49EE34
RGB
CMYK
RGB Variations
Color information
#49EE34 (or 0x49EE34) is known color: Lime Green. HEX triplet: 49, EE and 34. RGB value is (73,238,52). Sum of RGB (Red+Green+Blue) = 73+238+52=363 (48% of max value = 765). Red value is 73 (28.91% from 255 or 20.11% from 363); Green value is 238 (93.36% from 255 or 65.56% from 363); Blue value is 52 (20.70% from 255 or 14.33% from 363); Max value from RGB is 238 - color contains mainly: green. Hex color #49EE34 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #49EE34 is #B611CB. Grayscale: #A8A8A8. Windows color (decimal): -11932108 or 3468873. OLE color: 3468873.
HSL color Cylindrical-coordinate representation of color #49EE34: hue angle of 113.23º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #49EE34 is Cyan = 0.69, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 238 | 52 | - |
| CMYK | 0.69 | 0 | 0.78 | 0.07 |
| HSL | 113.23º | 0.85% | 0.57% | - |
| HSV(B) | 113.23º | 0.78% | 0.93% | - |
| XYZ | 33.94 | 62.81 | 13.58 | - |
| YUV | 167.46 | 62.84 | 60.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 238 | 52 | 0.69 | 0 | 0.78 | 0.07 | 113.23 | 0.85 | 0.57 |
| Hex | 49 | EE | 34 | 45 | 0 | 4E | 7 | 71 | 55 | 39 |
| Octal | 111 | 356 | 64 | 105 | 0 | 116 | 7 | 161 | 125 | 71 |
| Binary | 1001001 | 11101110 | 110100 | 1000101 | 0 | 1001110 | 111 | 1110001 | 1010101 | 111001 |
Color Harmonies of #49EE34
Complementary color
Monochromatic Colors of #49EE34
Black with #49EE34
Text Example
Text Example
White with #49EE34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49EE34; }
p { color: rgb(73,238,52); }
H1.HeaderClassName
{
color: #49EE34;
}
.AnyTagClassName
{
color: #49EE34;
}
</style>
background-color css
<style>
a { background-color: #49EE34; }
a { background-color: rgb(73,238,52); }
div.DivClassName
{
background-color: #49EE34;
}
.BgClassName
{
background-color: #49EE34;
}
</style>
border-color css
<style>
span { border-color: #49EE34; }
span { border-color: rgb(73,238,52); }
td.TdClassName
{
border-color: #49EE34;
}
.TagClassName
{
border-color: #49EE34;
}
</style>