Shades of Lime Green #45E141
Tints of Lime Green #45E141
RGB
CMYK
RGB Variations
Color information
#45E141 (or 0x45E141) is known color: Lime Green. HEX triplet: 45, E1 and 41. RGB value is (69,225,65). Sum of RGB (Red+Green+Blue) = 69+225+65=359 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.22% from 359); Green value is 225 (88.28% from 255 or 62.67% from 359); Blue value is 65 (25.78% from 255 or 18.11% from 359); Max value from RGB is 225 - color contains mainly: green. Hex color #45E141 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45E141 is #BA1EBE. Grayscale: #A0A0A0. Windows color (decimal): -12197567 or 4317509. OLE color: 4317509.
HSL color Cylindrical-coordinate representation of color #45E141: hue angle of 118.5º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #45E141 is Cyan = 0.69, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 69 | 225 | 65 | - |
| CMYK | 0.69 | 0 | 0.71 | 0.12 |
| HSL | 118.5º | 0.73% | 0.57% | - |
| HSV(B) | 118.5º | 0.71% | 0.88% | - |
| XYZ | 30.33 | 55.5 | 14.11 | - |
| YUV | 160.12 | 74.32 | 63.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 225 | 65 | 0.69 | 0 | 0.71 | 0.12 | 118.5 | 0.73 | 0.57 |
| Hex | 45 | E1 | 41 | 45 | 0 | 47 | C | 76 | 49 | 39 |
| Octal | 105 | 341 | 101 | 105 | 0 | 107 | 14 | 166 | 111 | 71 |
| Binary | 1000101 | 11100001 | 1000001 | 1000101 | 0 | 1000111 | 1100 | 1110110 | 1001001 | 111001 |
Color Harmonies of #45E141
Complementary color
Monochromatic Colors of #45E141
Black with #45E141
Text Example
Text Example
White with #45E141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45E141; }
p { color: rgb(69,225,65); }
H1.HeaderClassName
{
color: #45E141;
}
.AnyTagClassName
{
color: #45E141;
}
</style>
background-color css
<style>
a { background-color: #45E141; }
a { background-color: rgb(69,225,65); }
div.DivClassName
{
background-color: #45E141;
}
.BgClassName
{
background-color: #45E141;
}
</style>
border-color css
<style>
span { border-color: #45E141; }
span { border-color: rgb(69,225,65); }
td.TdClassName
{
border-color: #45E141;
}
.TagClassName
{
border-color: #45E141;
}
</style>