Shades of Lime Green #45E154
Tints of Lime Green #45E154
RGB
CMYK
RGB Variations
Color information
#45E154 (or 0x45E154) is known color: Lime Green. HEX triplet: 45, E1 and 54. RGB value is (69,225,84). Sum of RGB (Red+Green+Blue) = 69+225+84=378 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.25% from 378); Green value is 225 (88.28% from 255 or 59.52% from 378); Blue value is 84 (33.20% from 255 or 22.22% from 378); Max value from RGB is 225 - color contains mainly: green. Hex color #45E154 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45E154 is #BA1EAB. Grayscale: #A2A2A2. Windows color (decimal): -12197548 or 5562693. OLE color: 5562693.
HSL color Cylindrical-coordinate representation of color #45E154: hue angle of 125.77º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #45E154 is Cyan = 0.69, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 69 | 225 | 84 | - |
| CMYK | 0.69 | 0 | 0.63 | 0.12 |
| HSL | 125.77º | 0.72% | 0.58% | - |
| HSV(B) | 125.77º | 0.69% | 0.88% | - |
| XYZ | 30.98 | 55.76 | 17.52 | - |
| YUV | 162.28 | 83.82 | 61.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 225 | 84 | 0.69 | 0 | 0.63 | 0.12 | 125.77 | 0.72 | 0.58 |
| Hex | 45 | E1 | 54 | 45 | 0 | 3F | C | 7E | 48 | 3A |
| Octal | 105 | 341 | 124 | 105 | 0 | 77 | 14 | 176 | 110 | 72 |
| Binary | 1000101 | 11100001 | 1010100 | 1000101 | 0 | 111111 | 1100 | 1111110 | 1001000 | 111010 |
Color Harmonies of #45E154
Complementary color
Monochromatic Colors of #45E154
Black with #45E154
Text Example
Text Example
White with #45E154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45E154; }
p { color: rgb(69,225,84); }
H1.HeaderClassName
{
color: #45E154;
}
.AnyTagClassName
{
color: #45E154;
}
</style>
background-color css
<style>
a { background-color: #45E154; }
a { background-color: rgb(69,225,84); }
div.DivClassName
{
background-color: #45E154;
}
.BgClassName
{
background-color: #45E154;
}
</style>
border-color css
<style>
span { border-color: #45E154; }
span { border-color: rgb(69,225,84); }
td.TdClassName
{
border-color: #45E154;
}
.TagClassName
{
border-color: #45E154;
}
</style>