Shades of Lime Green #49EA30
Tints of Lime Green #49EA30
RGB
CMYK
RGB Variations
Color information
#49EA30 (or 0x49EA30) is known color: Lime Green. HEX triplet: 49, EA and 30. RGB value is (73,234,48). Sum of RGB (Red+Green+Blue) = 73+234+48=355 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.56% from 355); Green value is 234 (91.80% from 255 or 65.92% from 355); Blue value is 48 (19.14% from 255 or 13.52% from 355); Max value from RGB is 234 - color contains mainly: green. Hex color #49EA30 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #49EA30 is #B615CF. Grayscale: #A5A5A5. Windows color (decimal): -11933136 or 3205705. OLE color: 3205705.
HSL color Cylindrical-coordinate representation of color #49EA30: hue angle of 111.94º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #49EA30 is Cyan = 0.69, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 73 | 234 | 48 | - |
| CMYK | 0.69 | 0 | 0.79 | 0.08 |
| HSL | 111.94º | 0.82% | 0.55% | - |
| HSV(B) | 111.94º | 0.79% | 0.92% | - |
| XYZ | 32.7 | 60.48 | 12.75 | - |
| YUV | 164.66 | 62.16 | 62.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 234 | 48 | 0.69 | 0 | 0.79 | 0.08 | 111.94 | 0.82 | 0.55 |
| Hex | 49 | EA | 30 | 45 | 0 | 4F | 8 | 70 | 52 | 37 |
| Octal | 111 | 352 | 60 | 105 | 0 | 117 | 10 | 160 | 122 | 67 |
| Binary | 1001001 | 11101010 | 110000 | 1000101 | 0 | 1001111 | 1000 | 1110000 | 1010010 | 110111 |
Color Harmonies of #49EA30
Complementary color
Monochromatic Colors of #49EA30
Black with #49EA30
Text Example
Text Example
White with #49EA30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49EA30; }
p { color: rgb(73,234,48); }
H1.HeaderClassName
{
color: #49EA30;
}
.AnyTagClassName
{
color: #49EA30;
}
</style>
background-color css
<style>
a { background-color: #49EA30; }
a { background-color: rgb(73,234,48); }
div.DivClassName
{
background-color: #49EA30;
}
.BgClassName
{
background-color: #49EA30;
}
</style>
border-color css
<style>
span { border-color: #49EA30; }
span { border-color: rgb(73,234,48); }
td.TdClassName
{
border-color: #49EA30;
}
.TagClassName
{
border-color: #49EA30;
}
</style>