Shades of Lime Green #45C648
Tints of Lime Green #45C648
RGB
CMYK
RGB Variations
Color information
#45C648 (or 0x45C648) is known color: Lime Green. HEX triplet: 45, C6 and 48. RGB value is (69,198,72). Sum of RGB (Red+Green+Blue) = 69+198+72=339 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.35% from 339); Green value is 198 (77.73% from 255 or 58.41% from 339); Blue value is 72 (28.52% from 255 or 21.24% from 339); Max value from RGB is 198 - color contains mainly: green. Hex color #45C648 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45C648 is #BA39B7. Grayscale: #919191. Windows color (decimal): -12204472 or 4769349. OLE color: 4769349.
HSL color Cylindrical-coordinate representation of color #45C648: hue angle of 121.4º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #45C648 is Cyan = 0.65, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 69 | 198 | 72 | - |
| CMYK | 0.65 | 0 | 0.64 | 0.22 |
| HSL | 121.4º | 0.53% | 0.52% | - |
| HSV(B) | 121.4º | 0.65% | 0.78% | - |
| XYZ | 23.82 | 42.12 | 13.01 | - |
| YUV | 145.07 | 86.76 | 73.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 198 | 72 | 0.65 | 0 | 0.64 | 0.22 | 121.4 | 0.53 | 0.52 |
| Hex | 45 | C6 | 48 | 41 | 0 | 40 | 16 | 79 | 35 | 34 |
| Octal | 105 | 306 | 110 | 101 | 0 | 100 | 26 | 171 | 65 | 64 |
| Binary | 1000101 | 11000110 | 1001000 | 1000001 | 0 | 1000000 | 10110 | 1111001 | 110101 | 110100 |
Color Harmonies of #45C648
Complementary color
Monochromatic Colors of #45C648
Black with #45C648
Text Example
Text Example
White with #45C648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45C648; }
p { color: rgb(69,198,72); }
H1.HeaderClassName
{
color: #45C648;
}
.AnyTagClassName
{
color: #45C648;
}
</style>
background-color css
<style>
a { background-color: #45C648; }
a { background-color: rgb(69,198,72); }
div.DivClassName
{
background-color: #45C648;
}
.BgClassName
{
background-color: #45C648;
}
</style>
border-color css
<style>
span { border-color: #45C648; }
span { border-color: rgb(69,198,72); }
td.TdClassName
{
border-color: #45C648;
}
.TagClassName
{
border-color: #45C648;
}
</style>