Shades of Lime Green #45E251
Tints of Lime Green #45E251
RGB
CMYK
RGB Variations
Color information
#45E251 (or 0x45E251) is known color: Lime Green. HEX triplet: 45, E2 and 51. RGB value is (69,226,81). Sum of RGB (Red+Green+Blue) = 69+226+81=376 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.35% from 376); Green value is 226 (88.67% from 255 or 60.11% from 376); Blue value is 81 (32.03% from 255 or 21.54% from 376); Max value from RGB is 226 - color contains mainly: green. Hex color #45E251 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45E251 is #BA1DAE. Grayscale: #A2A2A2. Windows color (decimal): -12197295 or 5366341. OLE color: 5366341.
HSL color Cylindrical-coordinate representation of color #45E251: hue angle of 124.59º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #45E251 is Cyan = 0.69, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 69 | 226 | 81 | - |
| CMYK | 0.69 | 0 | 0.64 | 0.11 |
| HSL | 124.59º | 0.73% | 0.58% | - |
| HSV(B) | 124.59º | 0.69% | 0.89% | - |
| XYZ | 31.14 | 56.25 | 17 | - |
| YUV | 162.53 | 81.99 | 61.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 226 | 81 | 0.69 | 0 | 0.64 | 0.11 | 124.59 | 0.73 | 0.58 |
| Hex | 45 | E2 | 51 | 45 | 0 | 40 | B | 7D | 49 | 3A |
| Octal | 105 | 342 | 121 | 105 | 0 | 100 | 13 | 175 | 111 | 72 |
| Binary | 1000101 | 11100010 | 1010001 | 1000101 | 0 | 1000000 | 1011 | 1111101 | 1001001 | 111010 |
Color Harmonies of #45E251
Complementary color
Monochromatic Colors of #45E251
Black with #45E251
Text Example
Text Example
White with #45E251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45E251; }
p { color: rgb(69,226,81); }
H1.HeaderClassName
{
color: #45E251;
}
.AnyTagClassName
{
color: #45E251;
}
</style>
background-color css
<style>
a { background-color: #45E251; }
a { background-color: rgb(69,226,81); }
div.DivClassName
{
background-color: #45E251;
}
.BgClassName
{
background-color: #45E251;
}
</style>
border-color css
<style>
span { border-color: #45E251; }
span { border-color: rgb(69,226,81); }
td.TdClassName
{
border-color: #45E251;
}
.TagClassName
{
border-color: #45E251;
}
</style>