Shades of Lime Green #45D555
Tints of Lime Green #45D555
RGB
CMYK
RGB Variations
Color information
#45D555 (or 0x45D555) is known color: Lime Green. HEX triplet: 45, D5 and 55. RGB value is (69,213,85). Sum of RGB (Red+Green+Blue) = 69+213+85=367 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.80% from 367); Green value is 213 (83.59% from 255 or 58.04% from 367); Blue value is 85 (33.59% from 255 or 23.16% from 367); Max value from RGB is 213 - color contains mainly: green. Hex color #45D555 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45D555 is #BA2AAA. Grayscale: #9B9B9B. Windows color (decimal): -12200619 or 5625157. OLE color: 5625157.
HSL color Cylindrical-coordinate representation of color #45D555: hue angle of 126.67º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #45D555 is Cyan = 0.68, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 69 | 213 | 85 | - |
| CMYK | 0.68 | 0 | 0.60 | 0.16 |
| HSL | 126.67º | 0.63% | 0.55% | - |
| HSV(B) | 126.67º | 0.68% | 0.84% | - |
| XYZ | 27.89 | 49.51 | 16.68 | - |
| YUV | 155.35 | 88.29 | 66.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 213 | 85 | 0.68 | 0 | 0.60 | 0.16 | 126.67 | 0.63 | 0.55 |
| Hex | 45 | D5 | 55 | 44 | 0 | 3C | 10 | 7F | 3F | 37 |
| Octal | 105 | 325 | 125 | 104 | 0 | 74 | 20 | 177 | 77 | 67 |
| Binary | 1000101 | 11010101 | 1010101 | 1000100 | 0 | 111100 | 10000 | 1111111 | 111111 | 110111 |
Color Harmonies of #45D555
Complementary color
Monochromatic Colors of #45D555
Black with #45D555
Text Example
Text Example
White with #45D555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45D555; }
p { color: rgb(69,213,85); }
H1.HeaderClassName
{
color: #45D555;
}
.AnyTagClassName
{
color: #45D555;
}
</style>
background-color css
<style>
a { background-color: #45D555; }
a { background-color: rgb(69,213,85); }
div.DivClassName
{
background-color: #45D555;
}
.BgClassName
{
background-color: #45D555;
}
</style>
border-color css
<style>
span { border-color: #45D555; }
span { border-color: rgb(69,213,85); }
td.TdClassName
{
border-color: #45D555;
}
.TagClassName
{
border-color: #45D555;
}
</style>