Shades of Lime Green #45DD56
Tints of Lime Green #45DD56
RGB
CMYK
RGB Variations
Color information
#45DD56 (or 0x45DD56) is known color: Lime Green. HEX triplet: 45, DD and 56. RGB value is (69,221,86). Sum of RGB (Red+Green+Blue) = 69+221+86=376 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.35% from 376); Green value is 221 (86.72% from 255 or 58.78% from 376); Blue value is 86 (33.98% from 255 or 22.87% from 376); Max value from RGB is 221 - color contains mainly: green. Hex color #45DD56 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45DD56 is #BA22A9. Grayscale: #A0A0A0. Windows color (decimal): -12198570 or 5692741. OLE color: 5692741.
HSL color Cylindrical-coordinate representation of color #45DD56: hue angle of 126.71º 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 #45DD56 is Cyan = 0.69, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 69 | 221 | 86 | - |
| CMYK | 0.69 | 0 | 0.61 | 0.13 |
| HSL | 126.71º | 0.69% | 0.57% | - |
| HSV(B) | 126.71º | 0.69% | 0.87% | - |
| XYZ | 29.99 | 53.65 | 17.58 | - |
| YUV | 160.16 | 86.14 | 62.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 221 | 86 | 0.69 | 0 | 0.61 | 0.13 | 126.71 | 0.69 | 0.57 |
| Hex | 45 | DD | 56 | 45 | 0 | 3D | D | 7F | 45 | 39 |
| Octal | 105 | 335 | 126 | 105 | 0 | 75 | 15 | 177 | 105 | 71 |
| Binary | 1000101 | 11011101 | 1010110 | 1000101 | 0 | 111101 | 1101 | 1111111 | 1000101 | 111001 |
Color Harmonies of #45DD56
Complementary color
Monochromatic Colors of #45DD56
Black with #45DD56
Text Example
Text Example
White with #45DD56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45DD56; }
p { color: rgb(69,221,86); }
H1.HeaderClassName
{
color: #45DD56;
}
.AnyTagClassName
{
color: #45DD56;
}
</style>
background-color css
<style>
a { background-color: #45DD56; }
a { background-color: rgb(69,221,86); }
div.DivClassName
{
background-color: #45DD56;
}
.BgClassName
{
background-color: #45DD56;
}
</style>
border-color css
<style>
span { border-color: #45DD56; }
span { border-color: rgb(69,221,86); }
td.TdClassName
{
border-color: #45DD56;
}
.TagClassName
{
border-color: #45DD56;
}
</style>