Shades of Lime Green #45DC50
Tints of Lime Green #45DC50
RGB
CMYK
RGB Variations
Color information
#45DC50 (or 0x45DC50) is known color: Lime Green. HEX triplet: 45, DC and 50. RGB value is (69,220,80). Sum of RGB (Red+Green+Blue) = 69+220+80=369 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.70% from 369); Green value is 220 (86.33% from 255 or 59.62% from 369); Blue value is 80 (31.64% from 255 or 21.68% from 369); Max value from RGB is 220 - color contains mainly: green. Hex color #45DC50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45DC50 is #BA23AF. Grayscale: #9F9F9F. Windows color (decimal): -12198832 or 5299269. OLE color: 5299269.
HSL color Cylindrical-coordinate representation of color #45DC50: hue angle of 124.37º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #45DC50 is Cyan = 0.69, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 69 | 220 | 80 | - |
| CMYK | 0.69 | 0 | 0.64 | 0.14 |
| HSL | 124.37º | 0.68% | 0.57% | - |
| HSV(B) | 124.37º | 0.69% | 0.86% | - |
| XYZ | 29.5 | 53.03 | 16.27 | - |
| YUV | 158.89 | 83.47 | 63.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 220 | 80 | 0.69 | 0 | 0.64 | 0.14 | 124.37 | 0.68 | 0.57 |
| Hex | 45 | DC | 50 | 45 | 0 | 40 | E | 7C | 44 | 39 |
| Octal | 105 | 334 | 120 | 105 | 0 | 100 | 16 | 174 | 104 | 71 |
| Binary | 1000101 | 11011100 | 1010000 | 1000101 | 0 | 1000000 | 1110 | 1111100 | 1000100 | 111001 |
Color Harmonies of #45DC50
Complementary color
Monochromatic Colors of #45DC50
Black with #45DC50
Text Example
Text Example
White with #45DC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45DC50; }
p { color: rgb(69,220,80); }
H1.HeaderClassName
{
color: #45DC50;
}
.AnyTagClassName
{
color: #45DC50;
}
</style>
background-color css
<style>
a { background-color: #45DC50; }
a { background-color: rgb(69,220,80); }
div.DivClassName
{
background-color: #45DC50;
}
.BgClassName
{
background-color: #45DC50;
}
</style>
border-color css
<style>
span { border-color: #45DC50; }
span { border-color: rgb(69,220,80); }
td.TdClassName
{
border-color: #45DC50;
}
.TagClassName
{
border-color: #45DC50;
}
</style>