Shades of Lime Green #49FA36
Tints of Lime Green #49FA36
RGB
CMYK
RGB Variations
Color information
#49FA36 (or 0x49FA36) is known color: Lime Green. HEX triplet: 49, FA and 36. RGB value is (73,250,54). Sum of RGB (Red+Green+Blue) = 73+250+54=377 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.36% from 377); Green value is 250 (98.05% from 255 or 66.31% from 377); Blue value is 54 (21.48% from 255 or 14.32% from 377); Max value from RGB is 250 - color contains mainly: green. Hex color #49FA36 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #49FA36 is #B605C9. Grayscale: #AFAFAF. Windows color (decimal): -11929034 or 3603017. OLE color: 3603017.
HSL color Cylindrical-coordinate representation of color #49FA36: hue angle of 114.18º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #49FA36 is Cyan = 0.71, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 73 | 250 | 54 | - |
| CMYK | 0.71 | 0 | 0.78 | 0.02 |
| HSL | 114.18º | 0.95% | 0.6% | - |
| HSV(B) | 114.18º | 0.78% | 0.98% | - |
| XYZ | 37.6 | 70.05 | 15.03 | - |
| YUV | 174.73 | 59.86 | 55.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 250 | 54 | 0.71 | 0 | 0.78 | 0.02 | 114.18 | 0.95 | 0.6 |
| Hex | 49 | FA | 36 | 47 | 0 | 4E | 2 | 72 | 5F | 3C |
| Octal | 111 | 372 | 66 | 107 | 0 | 116 | 2 | 162 | 137 | 74 |
| Binary | 1001001 | 11111010 | 110110 | 1000111 | 0 | 1001110 | 10 | 1110010 | 1011111 | 111100 |
Color Harmonies of #49FA36
Complementary color
Monochromatic Colors of #49FA36
Black with #49FA36
Text Example
Text Example
White with #49FA36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FA36; }
p { color: rgb(73,250,54); }
H1.HeaderClassName
{
color: #49FA36;
}
.AnyTagClassName
{
color: #49FA36;
}
</style>
background-color css
<style>
a { background-color: #49FA36; }
a { background-color: rgb(73,250,54); }
div.DivClassName
{
background-color: #49FA36;
}
.BgClassName
{
background-color: #49FA36;
}
</style>
border-color css
<style>
span { border-color: #49FA36; }
span { border-color: rgb(73,250,54); }
td.TdClassName
{
border-color: #49FA36;
}
.TagClassName
{
border-color: #49FA36;
}
</style>