Shades of Lime Green #45C747
Tints of Lime Green #45C747
RGB
CMYK
RGB Variations
Color information
#45C747 (or 0x45C747) is known color: Lime Green. HEX triplet: 45, C7 and 47. RGB value is (69,199,71). Sum of RGB (Red+Green+Blue) = 69+199+71=339 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.35% from 339); Green value is 199 (78.12% from 255 or 58.70% from 339); Blue value is 71 (28.12% from 255 or 20.94% from 339); Max value from RGB is 199 - color contains mainly: green. Hex color #45C747 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45C747 is #BA38B8. Grayscale: #919191. Windows color (decimal): -12204217 or 4704069. OLE color: 4704069.
HSL color Cylindrical-coordinate representation of color #45C747: hue angle of 120.92º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #45C747 is Cyan = 0.65, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 69 | 199 | 71 | - |
| CMYK | 0.65 | 0 | 0.64 | 0.22 |
| HSL | 120.92º | 0.54% | 0.53% | - |
| HSV(B) | 120.92º | 0.65% | 0.78% | - |
| XYZ | 24.02 | 42.57 | 12.91 | - |
| YUV | 145.54 | 85.93 | 73.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 199 | 71 | 0.65 | 0 | 0.64 | 0.22 | 120.92 | 0.54 | 0.53 |
| Hex | 45 | C7 | 47 | 41 | 0 | 40 | 16 | 79 | 36 | 35 |
| Octal | 105 | 307 | 107 | 101 | 0 | 100 | 26 | 171 | 66 | 65 |
| Binary | 1000101 | 11000111 | 1000111 | 1000001 | 0 | 1000000 | 10110 | 1111001 | 110110 | 110101 |
Color Harmonies of #45C747
Complementary color
Monochromatic Colors of #45C747
Black with #45C747
Text Example
Text Example
White with #45C747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45C747; }
p { color: rgb(69,199,71); }
H1.HeaderClassName
{
color: #45C747;
}
.AnyTagClassName
{
color: #45C747;
}
</style>
background-color css
<style>
a { background-color: #45C747; }
a { background-color: rgb(69,199,71); }
div.DivClassName
{
background-color: #45C747;
}
.BgClassName
{
background-color: #45C747;
}
</style>
border-color css
<style>
span { border-color: #45C747; }
span { border-color: rgb(69,199,71); }
td.TdClassName
{
border-color: #45C747;
}
.TagClassName
{
border-color: #45C747;
}
</style>