Shades of Lime Green #45F049
Tints of Lime Green #45F049
RGB
CMYK
RGB Variations
Color information
#45F049 (or 0x45F049) is known color: Lime Green. HEX triplet: 45, F0 and 49. RGB value is (69,240,73). Sum of RGB (Red+Green+Blue) = 69+240+73=382 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.06% from 382); Green value is 240 (94.14% from 255 or 62.83% from 382); Blue value is 73 (28.91% from 255 or 19.11% from 382); Max value from RGB is 240 - color contains mainly: green. Hex color #45F049 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #45F049 is #BA0FB6. Grayscale: #AAAAAA. Windows color (decimal): -12193719 or 4845637. OLE color: 4845637.
HSL color Cylindrical-coordinate representation of color #45F049: hue angle of 121.4º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #45F049 is Cyan = 0.71, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 69 | 240 | 73 | - |
| CMYK | 0.71 | 0 | 0.70 | 0.06 |
| HSL | 121.4º | 0.85% | 0.61% | - |
| HSV(B) | 121.4º | 0.71% | 0.94% | - |
| XYZ | 34.82 | 64.07 | 16.83 | - |
| YUV | 169.83 | 73.35 | 56.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 240 | 73 | 0.71 | 0 | 0.70 | 0.06 | 121.4 | 0.85 | 0.61 |
| Hex | 45 | F0 | 49 | 47 | 0 | 46 | 6 | 79 | 55 | 3D |
| Octal | 105 | 360 | 111 | 107 | 0 | 106 | 6 | 171 | 125 | 75 |
| Binary | 1000101 | 11110000 | 1001001 | 1000111 | 0 | 1000110 | 110 | 1111001 | 1010101 | 111101 |
Color Harmonies of #45F049
Complementary color
Monochromatic Colors of #45F049
Black with #45F049
Text Example
Text Example
White with #45F049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45F049; }
p { color: rgb(69,240,73); }
H1.HeaderClassName
{
color: #45F049;
}
.AnyTagClassName
{
color: #45F049;
}
</style>
background-color css
<style>
a { background-color: #45F049; }
a { background-color: rgb(69,240,73); }
div.DivClassName
{
background-color: #45F049;
}
.BgClassName
{
background-color: #45F049;
}
</style>
border-color css
<style>
span { border-color: #45F049; }
span { border-color: rgb(69,240,73); }
td.TdClassName
{
border-color: #45F049;
}
.TagClassName
{
border-color: #45F049;
}
</style>