Shades of Lime Green #49C23D
Tints of Lime Green #49C23D
RGB
CMYK
RGB Variations
Color information
#49C23D (or 0x49C23D) is known color: Lime Green. HEX triplet: 49, C2 and 3D. RGB value is (73,194,61). Sum of RGB (Red+Green+Blue) = 73+194+61=328 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.26% from 328); Green value is 194 (76.17% from 255 or 59.15% from 328); Blue value is 61 (24.22% from 255 or 18.60% from 328); Max value from RGB is 194 - color contains mainly: green. Hex color #49C23D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49C23D is #B63DC2. Grayscale: #8F8F8F. Windows color (decimal): -11943363 or 4047433. OLE color: 4047433.
HSL color Cylindrical-coordinate representation of color #49C23D: hue angle of 114.59º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49C23D is Cyan = 0.62, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 73 | 194 | 61 | - |
| CMYK | 0.62 | 0 | 0.69 | 0.24 |
| HSL | 114.59º | 0.52% | 0.5% | - |
| HSV(B) | 114.59º | 0.69% | 0.76% | - |
| XYZ | 22.88 | 40.34 | 10.99 | - |
| YUV | 142.66 | 81.91 | 78.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 194 | 61 | 0.62 | 0 | 0.69 | 0.24 | 114.59 | 0.52 | 0.5 |
| Hex | 49 | C2 | 3D | 3E | 0 | 45 | 18 | 73 | 34 | 32 |
| Octal | 111 | 302 | 75 | 76 | 0 | 105 | 30 | 163 | 64 | 62 |
| Binary | 1001001 | 11000010 | 111101 | 111110 | 0 | 1000101 | 11000 | 1110011 | 110100 | 110010 |
Color Harmonies of #49C23D
Complementary color
Monochromatic Colors of #49C23D
Black with #49C23D
Text Example
Text Example
White with #49C23D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49C23D; }
p { color: rgb(73,194,61); }
H1.HeaderClassName
{
color: #49C23D;
}
.AnyTagClassName
{
color: #49C23D;
}
</style>
background-color css
<style>
a { background-color: #49C23D; }
a { background-color: rgb(73,194,61); }
div.DivClassName
{
background-color: #49C23D;
}
.BgClassName
{
background-color: #49C23D;
}
</style>
border-color css
<style>
span { border-color: #49C23D; }
span { border-color: rgb(73,194,61); }
td.TdClassName
{
border-color: #49C23D;
}
.TagClassName
{
border-color: #49C23D;
}
</style>