Shades of Lime Green #45C949
Tints of Lime Green #45C949
RGB
CMYK
RGB Variations
Color information
#45C949 (or 0x45C949) is known color: Lime Green. HEX triplet: 45, C9 and 49. RGB value is (69,201,73). Sum of RGB (Red+Green+Blue) = 69+201+73=343 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.12% from 343); Green value is 201 (78.91% from 255 or 58.60% from 343); Blue value is 73 (28.91% from 255 or 21.28% from 343); Max value from RGB is 201 - color contains mainly: green. Hex color #45C949 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45C949 is #BA36B6. Grayscale: #939393. Windows color (decimal): -12203703 or 4835653. OLE color: 4835653.
HSL color Cylindrical-coordinate representation of color #45C949: hue angle of 121.82º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #45C949 is Cyan = 0.66, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 69 | 201 | 73 | - |
| CMYK | 0.66 | 0 | 0.64 | 0.21 |
| HSL | 121.82º | 0.55% | 0.53% | - |
| HSV(B) | 121.82º | 0.66% | 0.79% | - |
| XYZ | 24.54 | 43.52 | 13.41 | - |
| YUV | 146.94 | 86.27 | 72.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 201 | 73 | 0.66 | 0 | 0.64 | 0.21 | 121.82 | 0.55 | 0.53 |
| Hex | 45 | C9 | 49 | 42 | 0 | 40 | 15 | 7A | 37 | 35 |
| Octal | 105 | 311 | 111 | 102 | 0 | 100 | 25 | 172 | 67 | 65 |
| Binary | 1000101 | 11001001 | 1001001 | 1000010 | 0 | 1000000 | 10101 | 1111010 | 110111 | 110101 |
Color Harmonies of #45C949
Complementary color
Monochromatic Colors of #45C949
Black with #45C949
Text Example
Text Example
White with #45C949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45C949; }
p { color: rgb(69,201,73); }
H1.HeaderClassName
{
color: #45C949;
}
.AnyTagClassName
{
color: #45C949;
}
</style>
background-color css
<style>
a { background-color: #45C949; }
a { background-color: rgb(69,201,73); }
div.DivClassName
{
background-color: #45C949;
}
.BgClassName
{
background-color: #45C949;
}
</style>
border-color css
<style>
span { border-color: #45C949; }
span { border-color: rgb(69,201,73); }
td.TdClassName
{
border-color: #45C949;
}
.TagClassName
{
border-color: #45C949;
}
</style>