Shades of Lime Green #49DE23
Tints of Lime Green #49DE23
RGB
CMYK
RGB Variations
Color information
#49DE23 (or 0x49DE23) is known color: Lime Green. HEX triplet: 49, DE and 23. RGB value is (73,222,35). Sum of RGB (Red+Green+Blue) = 73+222+35=330 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.12% from 330); Green value is 222 (87.11% from 255 or 67.27% from 330); Blue value is 35 (14.06% from 255 or 10.61% from 330); Max value from RGB is 222 - color contains mainly: green. Hex color #49DE23 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49DE23 is #B621DC. Grayscale: #9C9C9C. Windows color (decimal): -11936221 or 2350665. OLE color: 2350665.
HSL color Cylindrical-coordinate representation of color #49DE23: hue angle of 107.81º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #49DE23 is Cyan = 0.67, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 73 | 222 | 35 | - |
| CMYK | 0.67 | 0 | 0.84 | 0.13 |
| HSL | 107.81º | 0.74% | 0.5% | - |
| HSV(B) | 107.81º | 0.84% | 0.87% | - |
| XYZ | 29.17 | 53.78 | 10.43 | - |
| YUV | 156.13 | 59.64 | 68.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 222 | 35 | 0.67 | 0 | 0.84 | 0.13 | 107.81 | 0.74 | 0.5 |
| Hex | 49 | DE | 23 | 43 | 0 | 54 | D | 6C | 4A | 32 |
| Octal | 111 | 336 | 43 | 103 | 0 | 124 | 15 | 154 | 112 | 62 |
| Binary | 1001001 | 11011110 | 100011 | 1000011 | 0 | 1010100 | 1101 | 1101100 | 1001010 | 110010 |
Color Harmonies of #49DE23
Complementary color
Monochromatic Colors of #49DE23
Black with #49DE23
Text Example
Text Example
White with #49DE23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49DE23; }
p { color: rgb(73,222,35); }
H1.HeaderClassName
{
color: #49DE23;
}
.AnyTagClassName
{
color: #49DE23;
}
</style>
background-color css
<style>
a { background-color: #49DE23; }
a { background-color: rgb(73,222,35); }
div.DivClassName
{
background-color: #49DE23;
}
.BgClassName
{
background-color: #49DE23;
}
</style>
border-color css
<style>
span { border-color: #49DE23; }
span { border-color: rgb(73,222,35); }
td.TdClassName
{
border-color: #49DE23;
}
.TagClassName
{
border-color: #49DE23;
}
</style>