Shades of Lime Green #45E051
Tints of Lime Green #45E051
RGB
CMYK
RGB Variations
Color information
#45E051 (or 0x45E051) is known color: Lime Green. HEX triplet: 45, E0 and 51. RGB value is (69,224,81). Sum of RGB (Red+Green+Blue) = 69+224+81=374 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.45% from 374); Green value is 224 (87.89% from 255 or 59.89% from 374); Blue value is 81 (32.03% from 255 or 21.66% from 374); Max value from RGB is 224 - color contains mainly: green. Hex color #45E051 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45E051 is #BA1FAE. Grayscale: #A1A1A1. Windows color (decimal): -12197807 or 5365829. OLE color: 5365829.
HSL color Cylindrical-coordinate representation of color #45E051: hue angle of 124.65º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #45E051 is Cyan = 0.69, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 69 | 224 | 81 | - |
| CMYK | 0.69 | 0 | 0.64 | 0.12 |
| HSL | 124.65º | 0.71% | 0.57% | - |
| HSV(B) | 124.65º | 0.69% | 0.88% | - |
| XYZ | 30.6 | 55.17 | 16.82 | - |
| YUV | 161.35 | 82.65 | 62.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 224 | 81 | 0.69 | 0 | 0.64 | 0.12 | 124.65 | 0.71 | 0.57 |
| Hex | 45 | E0 | 51 | 45 | 0 | 40 | C | 7D | 47 | 39 |
| Octal | 105 | 340 | 121 | 105 | 0 | 100 | 14 | 175 | 107 | 71 |
| Binary | 1000101 | 11100000 | 1010001 | 1000101 | 0 | 1000000 | 1100 | 1111101 | 1000111 | 111001 |
Color Harmonies of #45E051
Complementary color
Monochromatic Colors of #45E051
Black with #45E051
Text Example
Text Example
White with #45E051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45E051; }
p { color: rgb(69,224,81); }
H1.HeaderClassName
{
color: #45E051;
}
.AnyTagClassName
{
color: #45E051;
}
</style>
background-color css
<style>
a { background-color: #45E051; }
a { background-color: rgb(69,224,81); }
div.DivClassName
{
background-color: #45E051;
}
.BgClassName
{
background-color: #45E051;
}
</style>
border-color css
<style>
span { border-color: #45E051; }
span { border-color: rgb(69,224,81); }
td.TdClassName
{
border-color: #45E051;
}
.TagClassName
{
border-color: #45E051;
}
</style>