Shades of Lime Green #49EF43
Tints of Lime Green #49EF43
RGB
CMYK
RGB Variations
Color information
#49EF43 (or 0x49EF43) is known color: Lime Green. HEX triplet: 49, EF and 43. RGB value is (73,239,67). Sum of RGB (Red+Green+Blue) = 73+239+67=379 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.26% from 379); Green value is 239 (93.75% from 255 or 63.06% from 379); Blue value is 67 (26.56% from 255 or 17.68% from 379); Max value from RGB is 239 - color contains mainly: green. Hex color #49EF43 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #49EF43 is #B610BC. Grayscale: #AAAAAA. Windows color (decimal): -11931837 or 4452169. OLE color: 4452169.
HSL color Cylindrical-coordinate representation of color #49EF43: hue angle of 117.91º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #49EF43 is Cyan = 0.69, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 73 | 239 | 67 | - |
| CMYK | 0.69 | 0 | 0.72 | 0.06 |
| HSL | 117.91º | 0.84% | 0.6% | - |
| HSV(B) | 117.91º | 0.72% | 0.94% | - |
| XYZ | 34.63 | 63.55 | 15.75 | - |
| YUV | 169.76 | 70 | 58.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 239 | 67 | 0.69 | 0 | 0.72 | 0.06 | 117.91 | 0.84 | 0.6 |
| Hex | 49 | EF | 43 | 45 | 0 | 48 | 6 | 76 | 54 | 3C |
| Octal | 111 | 357 | 103 | 105 | 0 | 110 | 6 | 166 | 124 | 74 |
| Binary | 1001001 | 11101111 | 1000011 | 1000101 | 0 | 1001000 | 110 | 1110110 | 1010100 | 111100 |
Color Harmonies of #49EF43
Complementary color
Monochromatic Colors of #49EF43
Black with #49EF43
Text Example
Text Example
White with #49EF43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49EF43; }
p { color: rgb(73,239,67); }
H1.HeaderClassName
{
color: #49EF43;
}
.AnyTagClassName
{
color: #49EF43;
}
</style>
background-color css
<style>
a { background-color: #49EF43; }
a { background-color: rgb(73,239,67); }
div.DivClassName
{
background-color: #49EF43;
}
.BgClassName
{
background-color: #49EF43;
}
</style>
border-color css
<style>
span { border-color: #49EF43; }
span { border-color: rgb(73,239,67); }
td.TdClassName
{
border-color: #49EF43;
}
.TagClassName
{
border-color: #49EF43;
}
</style>