Shades of Lime Green #45DD55
Tints of Lime Green #45DD55
RGB
CMYK
RGB Variations
Color information
#45DD55 (or 0x45DD55) is known color: Lime Green. HEX triplet: 45, DD and 55. RGB value is (69,221,85). Sum of RGB (Red+Green+Blue) = 69+221+85=375 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.4% from 375); Green value is 221 (86.72% from 255 or 58.93% from 375); Blue value is 85 (33.59% from 255 or 22.67% from 375); Max value from RGB is 221 - color contains mainly: green. Hex color #45DD55 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45DD55 is #BA22AA. Grayscale: #A0A0A0. Windows color (decimal): -12198571 or 5627205. OLE color: 5627205.
HSL color Cylindrical-coordinate representation of color #45DD55: hue angle of 126.32º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #45DD55 is Cyan = 0.69, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 69 | 221 | 85 | - |
| CMYK | 0.69 | 0 | 0.62 | 0.13 |
| HSL | 126.32º | 0.69% | 0.57% | - |
| HSV(B) | 126.32º | 0.69% | 0.87% | - |
| XYZ | 29.95 | 53.63 | 17.37 | - |
| YUV | 160.05 | 85.64 | 63.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 221 | 85 | 0.69 | 0 | 0.62 | 0.13 | 126.32 | 0.69 | 0.57 |
| Hex | 45 | DD | 55 | 45 | 0 | 3E | D | 7E | 45 | 39 |
| Octal | 105 | 335 | 125 | 105 | 0 | 76 | 15 | 176 | 105 | 71 |
| Binary | 1000101 | 11011101 | 1010101 | 1000101 | 0 | 111110 | 1101 | 1111110 | 1000101 | 111001 |
Color Harmonies of #45DD55
Complementary color
Monochromatic Colors of #45DD55
Black with #45DD55
Text Example
Text Example
White with #45DD55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45DD55; }
p { color: rgb(69,221,85); }
H1.HeaderClassName
{
color: #45DD55;
}
.AnyTagClassName
{
color: #45DD55;
}
</style>
background-color css
<style>
a { background-color: #45DD55; }
a { background-color: rgb(69,221,85); }
div.DivClassName
{
background-color: #45DD55;
}
.BgClassName
{
background-color: #45DD55;
}
</style>
border-color css
<style>
span { border-color: #45DD55; }
span { border-color: rgb(69,221,85); }
td.TdClassName
{
border-color: #45DD55;
}
.TagClassName
{
border-color: #45DD55;
}
</style>