Shades of Lime Green #45E145
Tints of Lime Green #45E145
RGB
CMYK
RGB Variations
Color information
#45E145 (or 0x45E145) is known color: Lime Green. HEX triplet: 45, E1 and 45. RGB value is (69,225,69). Sum of RGB (Red+Green+Blue) = 69+225+69=363 (48% of max value = 765). Red value is 69 (27.34% from 255 or 19.01% from 363); Green value is 225 (88.28% from 255 or 61.98% from 363); Blue value is 69 (27.34% from 255 or 19.01% from 363); Max value from RGB is 225 - color contains mainly: green. Hex color #45E145 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45E145 is #BA1EBA. Grayscale: #A1A1A1. Windows color (decimal): -12197563 or 4579653. OLE color: 4579653.
HSL color Cylindrical-coordinate representation of color #45E145: hue angle of 120º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #45E145 is Cyan = 0.69, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 69 | 225 | 69 | - |
| CMYK | 0.69 | 0 | 0.69 | 0.12 |
| HSL | 120º | 0.72% | 0.58% | - |
| HSV(B) | 120º | 0.69% | 0.88% | - |
| XYZ | 30.45 | 55.55 | 14.75 | - |
| YUV | 160.57 | 76.32 | 62.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 225 | 69 | 0.69 | 0 | 0.69 | 0.12 | 120 | 0.72 | 0.58 |
| Hex | 45 | E1 | 45 | 45 | 0 | 45 | C | 78 | 48 | 3A |
| Octal | 105 | 341 | 105 | 105 | 0 | 105 | 14 | 170 | 110 | 72 |
| Binary | 1000101 | 11100001 | 1000101 | 1000101 | 0 | 1000101 | 1100 | 1111000 | 1001000 | 111010 |
Color Harmonies of #45E145
Complementary color
Monochromatic Colors of #45E145
Black with #45E145
Text Example
Text Example
White with #45E145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45E145; }
p { color: rgb(69,225,69); }
H1.HeaderClassName
{
color: #45E145;
}
.AnyTagClassName
{
color: #45E145;
}
</style>
background-color css
<style>
a { background-color: #45E145; }
a { background-color: rgb(69,225,69); }
div.DivClassName
{
background-color: #45E145;
}
.BgClassName
{
background-color: #45E145;
}
</style>
border-color css
<style>
span { border-color: #45E145; }
span { border-color: rgb(69,225,69); }
td.TdClassName
{
border-color: #45E145;
}
.TagClassName
{
border-color: #45E145;
}
</style>