Shades of Lime Green #45E551
Tints of Lime Green #45E551
RGB
CMYK
RGB Variations
Color information
#45E551 (or 0x45E551) is known color: Lime Green. HEX triplet: 45, E5 and 51. RGB value is (69,229,81). Sum of RGB (Red+Green+Blue) = 69+229+81=379 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.21% from 379); Green value is 229 (89.84% from 255 or 60.42% from 379); Blue value is 81 (32.03% from 255 or 21.37% from 379); Max value from RGB is 229 - color contains mainly: green. Hex color #45E551 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45E551 is #BA1AAE. Grayscale: #A4A4A4. Windows color (decimal): -12196527 or 5367109. OLE color: 5367109.
HSL color Cylindrical-coordinate representation of color #45E551: hue angle of 124.5º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #45E551 is Cyan = 0.70, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 69 | 229 | 81 | - |
| CMYK | 0.70 | 0 | 0.65 | 0.10 |
| HSL | 124.5º | 0.75% | 0.58% | - |
| HSV(B) | 124.5º | 0.7% | 0.9% | - |
| XYZ | 31.96 | 57.9 | 17.28 | - |
| YUV | 164.29 | 80.99 | 60.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 229 | 81 | 0.70 | 0 | 0.65 | 0.10 | 124.5 | 0.75 | 0.58 |
| Hex | 45 | E5 | 51 | 46 | 0 | 41 | A | 7C | 4B | 3A |
| Octal | 105 | 345 | 121 | 106 | 0 | 101 | 12 | 174 | 113 | 72 |
| Binary | 1000101 | 11100101 | 1010001 | 1000110 | 0 | 1000001 | 1010 | 1111100 | 1001011 | 111010 |
Color Harmonies of #45E551
Complementary color
Monochromatic Colors of #45E551
Black with #45E551
Text Example
Text Example
White with #45E551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45E551; }
p { color: rgb(69,229,81); }
H1.HeaderClassName
{
color: #45E551;
}
.AnyTagClassName
{
color: #45E551;
}
</style>
background-color css
<style>
a { background-color: #45E551; }
a { background-color: rgb(69,229,81); }
div.DivClassName
{
background-color: #45E551;
}
.BgClassName
{
background-color: #45E551;
}
</style>
border-color css
<style>
span { border-color: #45E551; }
span { border-color: rgb(69,229,81); }
td.TdClassName
{
border-color: #45E551;
}
.TagClassName
{
border-color: #45E551;
}
</style>