Shades of Lime Green #45CF49
Tints of Lime Green #45CF49
RGB
CMYK
RGB Variations
Color information
#45CF49 (or 0x45CF49) is known color: Lime Green. HEX triplet: 45, CF and 49. RGB value is (69,207,73). Sum of RGB (Red+Green+Blue) = 69+207+73=349 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.77% from 349); Green value is 207 (81.25% from 255 or 59.31% from 349); Blue value is 73 (28.91% from 255 or 20.92% from 349); Max value from RGB is 207 - color contains mainly: green. Hex color #45CF49 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45CF49 is #BA30B6. Grayscale: #969696. Windows color (decimal): -12202167 or 4837189. OLE color: 4837189.
HSL color Cylindrical-coordinate representation of color #45CF49: hue angle of 121.74º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #45CF49 is Cyan = 0.67, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 69 | 207 | 73 | - |
| CMYK | 0.67 | 0 | 0.65 | 0.19 |
| HSL | 121.74º | 0.59% | 0.54% | - |
| HSV(B) | 121.74º | 0.67% | 0.81% | - |
| XYZ | 25.97 | 46.37 | 13.89 | - |
| YUV | 150.46 | 84.28 | 69.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 207 | 73 | 0.67 | 0 | 0.65 | 0.19 | 121.74 | 0.59 | 0.54 |
| Hex | 45 | CF | 49 | 43 | 0 | 41 | 13 | 7A | 3B | 36 |
| Octal | 105 | 317 | 111 | 103 | 0 | 101 | 23 | 172 | 73 | 66 |
| Binary | 1000101 | 11001111 | 1001001 | 1000011 | 0 | 1000001 | 10011 | 1111010 | 111011 | 110110 |
Color Harmonies of #45CF49
Complementary color
Monochromatic Colors of #45CF49
Black with #45CF49
Text Example
Text Example
White with #45CF49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45CF49; }
p { color: rgb(69,207,73); }
H1.HeaderClassName
{
color: #45CF49;
}
.AnyTagClassName
{
color: #45CF49;
}
</style>
background-color css
<style>
a { background-color: #45CF49; }
a { background-color: rgb(69,207,73); }
div.DivClassName
{
background-color: #45CF49;
}
.BgClassName
{
background-color: #45CF49;
}
</style>
border-color css
<style>
span { border-color: #45CF49; }
span { border-color: rgb(69,207,73); }
td.TdClassName
{
border-color: #45CF49;
}
.TagClassName
{
border-color: #45CF49;
}
</style>