Shades of Lime Green #45C848
Tints of Lime Green #45C848
RGB
CMYK
RGB Variations
Color information
#45C848 (or 0x45C848) is known color: Lime Green. HEX triplet: 45, C8 and 48. RGB value is (69,200,72). Sum of RGB (Red+Green+Blue) = 69+200+72=341 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.23% from 341); Green value is 200 (78.52% from 255 or 58.65% from 341); Blue value is 72 (28.52% from 255 or 21.11% from 341); Max value from RGB is 200 - color contains mainly: green. Hex color #45C848 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45C848 is #BA37B7. Grayscale: #929292. Windows color (decimal): -12203960 or 4769861. OLE color: 4769861.
HSL color Cylindrical-coordinate representation of color #45C848: hue angle of 121.37º 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 #45C848 is Cyan = 0.66, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 69 | 200 | 72 | - |
| CMYK | 0.66 | 0 | 0.64 | 0.22 |
| HSL | 121.37º | 0.54% | 0.53% | - |
| HSV(B) | 121.37º | 0.66% | 0.78% | - |
| XYZ | 24.28 | 43.04 | 13.16 | - |
| YUV | 146.24 | 86.1 | 72.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 200 | 72 | 0.66 | 0 | 0.64 | 0.22 | 121.37 | 0.54 | 0.53 |
| Hex | 45 | C8 | 48 | 42 | 0 | 40 | 16 | 79 | 36 | 35 |
| Octal | 105 | 310 | 110 | 102 | 0 | 100 | 26 | 171 | 66 | 65 |
| Binary | 1000101 | 11001000 | 1001000 | 1000010 | 0 | 1000000 | 10110 | 1111001 | 110110 | 110101 |
Color Harmonies of #45C848
Complementary color
Monochromatic Colors of #45C848
Black with #45C848
Text Example
Text Example
White with #45C848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45C848; }
p { color: rgb(69,200,72); }
H1.HeaderClassName
{
color: #45C848;
}
.AnyTagClassName
{
color: #45C848;
}
</style>
background-color css
<style>
a { background-color: #45C848; }
a { background-color: rgb(69,200,72); }
div.DivClassName
{
background-color: #45C848;
}
.BgClassName
{
background-color: #45C848;
}
</style>
border-color css
<style>
span { border-color: #45C848; }
span { border-color: rgb(69,200,72); }
td.TdClassName
{
border-color: #45C848;
}
.TagClassName
{
border-color: #45C848;
}
</style>