Shades of Lime Green #45C147
Tints of Lime Green #45C147
RGB
CMYK
RGB Variations
Color information
#45C147 (or 0x45C147) is known color: Lime Green. HEX triplet: 45, C1 and 47. RGB value is (69,193,71). Sum of RGB (Red+Green+Blue) = 69+193+71=333 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.72% from 333); Green value is 193 (75.78% from 255 or 57.96% from 333); Blue value is 71 (28.12% from 255 or 21.32% from 333); Max value from RGB is 193 - color contains mainly: green. Hex color #45C147 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45C147 is #BA3EB8. Grayscale: #8E8E8E. Windows color (decimal): -12205753 or 4702533. OLE color: 4702533.
HSL color Cylindrical-coordinate representation of color #45C147: hue angle of 120.97º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #45C147 is Cyan = 0.64, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 69 | 193 | 71 | - |
| CMYK | 0.64 | 0 | 0.63 | 0.24 |
| HSL | 120.97º | 0.5% | 0.51% | - |
| HSV(B) | 120.97º | 0.64% | 0.76% | - |
| XYZ | 22.66 | 39.86 | 12.46 | - |
| YUV | 142.02 | 87.92 | 75.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 193 | 71 | 0.64 | 0 | 0.63 | 0.24 | 120.97 | 0.5 | 0.51 |
| Hex | 45 | C1 | 47 | 40 | 0 | 3F | 18 | 79 | 32 | 33 |
| Octal | 105 | 301 | 107 | 100 | 0 | 77 | 30 | 171 | 62 | 63 |
| Binary | 1000101 | 11000001 | 1000111 | 1000000 | 0 | 111111 | 11000 | 1111001 | 110010 | 110011 |
Color Harmonies of #45C147
Complementary color
Monochromatic Colors of #45C147
Black with #45C147
Text Example
Text Example
White with #45C147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45C147; }
p { color: rgb(69,193,71); }
H1.HeaderClassName
{
color: #45C147;
}
.AnyTagClassName
{
color: #45C147;
}
</style>
background-color css
<style>
a { background-color: #45C147; }
a { background-color: rgb(69,193,71); }
div.DivClassName
{
background-color: #45C147;
}
.BgClassName
{
background-color: #45C147;
}
</style>
border-color css
<style>
span { border-color: #45C147; }
span { border-color: rgb(69,193,71); }
td.TdClassName
{
border-color: #45C147;
}
.TagClassName
{
border-color: #45C147;
}
</style>