Shades of Lime Green #45CC49
Tints of Lime Green #45CC49
RGB
CMYK
RGB Variations
Color information
#45CC49 (or 0x45CC49) is known color: Lime Green. HEX triplet: 45, CC and 49. RGB value is (69,204,73). Sum of RGB (Red+Green+Blue) = 69+204+73=346 (45% of max value = 765). Red value is 69 (27.34% from 255 or 19.94% from 346); Green value is 204 (80.08% from 255 or 58.96% from 346); Blue value is 73 (28.91% from 255 or 21.10% from 346); Max value from RGB is 204 - color contains mainly: green. Hex color #45CC49 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45CC49 is #BA33B6. Grayscale: #959595. Windows color (decimal): -12202935 or 4836421. OLE color: 4836421.
HSL color Cylindrical-coordinate representation of color #45CC49: hue angle of 121.78º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #45CC49 is Cyan = 0.66, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 69 | 204 | 73 | - |
| CMYK | 0.66 | 0 | 0.64 | 0.2 |
| HSL | 121.78º | 0.57% | 0.54% | - |
| HSV(B) | 121.78º | 0.66% | 0.8% | - |
| XYZ | 25.25 | 44.93 | 13.65 | - |
| YUV | 148.7 | 85.27 | 71.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 204 | 73 | 0.66 | 0 | 0.64 | 0.2 | 121.78 | 0.57 | 0.54 |
| Hex | 45 | CC | 49 | 42 | 0 | 40 | 14 | 7A | 39 | 36 |
| Octal | 105 | 314 | 111 | 102 | 0 | 100 | 24 | 172 | 71 | 66 |
| Binary | 1000101 | 11001100 | 1001001 | 1000010 | 0 | 1000000 | 10100 | 1111010 | 111001 | 110110 |
Color Harmonies of #45CC49
Complementary color
Monochromatic Colors of #45CC49
Black with #45CC49
Text Example
Text Example
White with #45CC49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45CC49; }
p { color: rgb(69,204,73); }
H1.HeaderClassName
{
color: #45CC49;
}
.AnyTagClassName
{
color: #45CC49;
}
</style>
background-color css
<style>
a { background-color: #45CC49; }
a { background-color: rgb(69,204,73); }
div.DivClassName
{
background-color: #45CC49;
}
.BgClassName
{
background-color: #45CC49;
}
</style>
border-color css
<style>
span { border-color: #45CC49; }
span { border-color: rgb(69,204,73); }
td.TdClassName
{
border-color: #45CC49;
}
.TagClassName
{
border-color: #45CC49;
}
</style>