Shades of Lime Green #45E137
Tints of Lime Green #45E137
RGB
CMYK
RGB Variations
Color information
#45E137 (or 0x45E137) is known color: Lime Green. HEX triplet: 45, E1 and 37. RGB value is (69,225,55). Sum of RGB (Red+Green+Blue) = 69+225+55=349 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.77% from 349); Green value is 225 (88.28% from 255 or 64.47% from 349); Blue value is 55 (21.88% from 255 or 15.76% from 349); Max value from RGB is 225 - color contains mainly: green. Hex color #45E137 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45E137 is #BA1EC8. Grayscale: #9F9F9F. Windows color (decimal): -12197577 or 3662149. OLE color: 3662149.
HSL color Cylindrical-coordinate representation of color #45E137: hue angle of 115.06º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #45E137 is Cyan = 0.69, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 69 | 225 | 55 | - |
| CMYK | 0.69 | 0 | 0.76 | 0.12 |
| HSL | 115.06º | 0.74% | 0.55% | - |
| HSV(B) | 115.06º | 0.76% | 0.88% | - |
| XYZ | 30.07 | 55.39 | 12.72 | - |
| YUV | 158.98 | 69.32 | 63.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 225 | 55 | 0.69 | 0 | 0.76 | 0.12 | 115.06 | 0.74 | 0.55 |
| Hex | 45 | E1 | 37 | 45 | 0 | 4C | C | 73 | 4A | 37 |
| Octal | 105 | 341 | 67 | 105 | 0 | 114 | 14 | 163 | 112 | 67 |
| Binary | 1000101 | 11100001 | 110111 | 1000101 | 0 | 1001100 | 1100 | 1110011 | 1001010 | 110111 |
Color Harmonies of #45E137
Complementary color
Monochromatic Colors of #45E137
Black with #45E137
Text Example
Text Example
White with #45E137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45E137; }
p { color: rgb(69,225,55); }
H1.HeaderClassName
{
color: #45E137;
}
.AnyTagClassName
{
color: #45E137;
}
</style>
background-color css
<style>
a { background-color: #45E137; }
a { background-color: rgb(69,225,55); }
div.DivClassName
{
background-color: #45E137;
}
.BgClassName
{
background-color: #45E137;
}
</style>
border-color css
<style>
span { border-color: #45E137; }
span { border-color: rgb(69,225,55); }
td.TdClassName
{
border-color: #45E137;
}
.TagClassName
{
border-color: #45E137;
}
</style>