Shades of Lime Green #45D137
Tints of Lime Green #45D137
RGB
CMYK
RGB Variations
Color information
#45D137 (or 0x45D137) is known color: Lime Green. HEX triplet: 45, D1 and 37. RGB value is (69,209,55). Sum of RGB (Red+Green+Blue) = 69+209+55=333 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.72% from 333); Green value is 209 (82.03% from 255 or 62.76% from 333); Blue value is 55 (21.88% from 255 or 16.52% from 333); Max value from RGB is 209 - color contains mainly: green. Hex color #45D137 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45D137 is #BA2EC8. Grayscale: #969696. Windows color (decimal): -12201673 or 3658053. OLE color: 3658053.
HSL color Cylindrical-coordinate representation of color #45D137: hue angle of 114.55º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #45D137 is Cyan = 0.67, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 69 | 209 | 55 | - |
| CMYK | 0.67 | 0 | 0.74 | 0.18 |
| HSL | 114.55º | 0.63% | 0.52% | - |
| HSV(B) | 114.55º | 0.74% | 0.82% | - |
| XYZ | 25.94 | 47.14 | 11.35 | - |
| YUV | 149.58 | 74.62 | 70.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 209 | 55 | 0.67 | 0 | 0.74 | 0.18 | 114.55 | 0.63 | 0.52 |
| Hex | 45 | D1 | 37 | 43 | 0 | 4A | 12 | 73 | 3F | 34 |
| Octal | 105 | 321 | 67 | 103 | 0 | 112 | 22 | 163 | 77 | 64 |
| Binary | 1000101 | 11010001 | 110111 | 1000011 | 0 | 1001010 | 10010 | 1110011 | 111111 | 110100 |
Color Harmonies of #45D137
Complementary color
Monochromatic Colors of #45D137
Black with #45D137
Text Example
Text Example
White with #45D137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45D137; }
p { color: rgb(69,209,55); }
H1.HeaderClassName
{
color: #45D137;
}
.AnyTagClassName
{
color: #45D137;
}
</style>
background-color css
<style>
a { background-color: #45D137; }
a { background-color: rgb(69,209,55); }
div.DivClassName
{
background-color: #45D137;
}
.BgClassName
{
background-color: #45D137;
}
</style>
border-color css
<style>
span { border-color: #45D137; }
span { border-color: rgb(69,209,55); }
td.TdClassName
{
border-color: #45D137;
}
.TagClassName
{
border-color: #45D137;
}
</style>