Shades of Lime Green #45E745
Tints of Lime Green #45E745
RGB
CMYK
RGB Variations
Color information
#45E745 (or 0x45E745) is known color: Lime Green. HEX triplet: 45, E7 and 45. RGB value is (69,231,69). Sum of RGB (Red+Green+Blue) = 69+231+69=369 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.70% from 369); Green value is 231 (90.62% from 255 or 62.60% from 369); Blue value is 69 (27.34% from 255 or 18.70% from 369); Max value from RGB is 231 - color contains mainly: green. Hex color #45E745 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #45E745 is #BA18BA. Grayscale: #A4A4A4. Windows color (decimal): -12196027 or 4581189. OLE color: 4581189.
HSL color Cylindrical-coordinate representation of color #45E745: hue angle of 120º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #45E745 is Cyan = 0.70, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 69 | 231 | 69 | - |
| CMYK | 0.70 | 0 | 0.70 | 0.09 |
| HSL | 120º | 0.77% | 0.59% | - |
| HSV(B) | 120º | 0.7% | 0.91% | - |
| XYZ | 32.1 | 58.85 | 15.3 | - |
| YUV | 164.09 | 74.33 | 60.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 231 | 69 | 0.70 | 0 | 0.70 | 0.09 | 120 | 0.77 | 0.59 |
| Hex | 45 | E7 | 45 | 46 | 0 | 46 | 9 | 78 | 4D | 3B |
| Octal | 105 | 347 | 105 | 106 | 0 | 106 | 11 | 170 | 115 | 73 |
| Binary | 1000101 | 11100111 | 1000101 | 1000110 | 0 | 1000110 | 1001 | 1111000 | 1001101 | 111011 |
Color Harmonies of #45E745
Complementary color
Monochromatic Colors of #45E745
Black with #45E745
Text Example
Text Example
White with #45E745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45E745; }
p { color: rgb(69,231,69); }
H1.HeaderClassName
{
color: #45E745;
}
.AnyTagClassName
{
color: #45E745;
}
</style>
background-color css
<style>
a { background-color: #45E745; }
a { background-color: rgb(69,231,69); }
div.DivClassName
{
background-color: #45E745;
}
.BgClassName
{
background-color: #45E745;
}
</style>
border-color css
<style>
span { border-color: #45E745; }
span { border-color: rgb(69,231,69); }
td.TdClassName
{
border-color: #45E745;
}
.TagClassName
{
border-color: #45E745;
}
</style>