Shades of Lime Green #45D949
Tints of Lime Green #45D949
RGB
CMYK
RGB Variations
Color information
#45D949 (or 0x45D949) is known color: Lime Green. HEX triplet: 45, D9 and 49. RGB value is (69,217,73). Sum of RGB (Red+Green+Blue) = 69+217+73=359 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.22% from 359); Green value is 217 (85.16% from 255 or 60.45% from 359); Blue value is 73 (28.91% from 255 or 20.33% from 359); Max value from RGB is 217 - color contains mainly: green. Hex color #45D949 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45D949 is #BA26B6. Grayscale: #9C9C9C. Windows color (decimal): -12199607 or 4839749. OLE color: 4839749.
HSL color Cylindrical-coordinate representation of color #45D949: hue angle of 121.62º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #45D949 is Cyan = 0.68, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 69 | 217 | 73 | - |
| CMYK | 0.68 | 0 | 0.66 | 0.15 |
| HSL | 121.62º | 0.66% | 0.56% | - |
| HSV(B) | 121.62º | 0.68% | 0.85% | - |
| XYZ | 28.47 | 51.37 | 14.72 | - |
| YUV | 156.33 | 80.97 | 65.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 217 | 73 | 0.68 | 0 | 0.66 | 0.15 | 121.62 | 0.66 | 0.56 |
| Hex | 45 | D9 | 49 | 44 | 0 | 42 | F | 7A | 42 | 38 |
| Octal | 105 | 331 | 111 | 104 | 0 | 102 | 17 | 172 | 102 | 70 |
| Binary | 1000101 | 11011001 | 1001001 | 1000100 | 0 | 1000010 | 1111 | 1111010 | 1000010 | 111000 |
Color Harmonies of #45D949
Complementary color
Monochromatic Colors of #45D949
Black with #45D949
Text Example
Text Example
White with #45D949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45D949; }
p { color: rgb(69,217,73); }
H1.HeaderClassName
{
color: #45D949;
}
.AnyTagClassName
{
color: #45D949;
}
</style>
background-color css
<style>
a { background-color: #45D949; }
a { background-color: rgb(69,217,73); }
div.DivClassName
{
background-color: #45D949;
}
.BgClassName
{
background-color: #45D949;
}
</style>
border-color css
<style>
span { border-color: #45D949; }
span { border-color: rgb(69,217,73); }
td.TdClassName
{
border-color: #45D949;
}
.TagClassName
{
border-color: #45D949;
}
</style>