Shades of Lime Green #45C540
Tints of Lime Green #45C540
RGB
CMYK
RGB Variations
Color information
#45C540 (or 0x45C540) is known color: Lime Green. HEX triplet: 45, C5 and 40. RGB value is (69,197,64). Sum of RGB (Red+Green+Blue) = 69+197+64=330 (43% of max value = 765). Red value is 69 (27.34% from 255 or 20.91% from 330); Green value is 197 (77.34% from 255 or 59.70% from 330); Blue value is 64 (25.39% from 255 or 19.39% from 330); Max value from RGB is 197 - color contains mainly: green. Hex color #45C540 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45C540 is #BA3ABF. Grayscale: #8F8F8F. Windows color (decimal): -12204736 or 4244805. OLE color: 4244805.
HSL color Cylindrical-coordinate representation of color #45C540: hue angle of 117.74º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #45C540 is Cyan = 0.65, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 69 | 197 | 64 | - |
| CMYK | 0.65 | 0 | 0.68 | 0.23 |
| HSL | 117.74º | 0.53% | 0.51% | - |
| HSV(B) | 117.74º | 0.68% | 0.77% | - |
| XYZ | 23.35 | 41.57 | 11.64 | - |
| YUV | 143.57 | 83.09 | 74.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 197 | 64 | 0.65 | 0 | 0.68 | 0.23 | 117.74 | 0.53 | 0.51 |
| Hex | 45 | C5 | 40 | 41 | 0 | 44 | 17 | 76 | 35 | 33 |
| Octal | 105 | 305 | 100 | 101 | 0 | 104 | 27 | 166 | 65 | 63 |
| Binary | 1000101 | 11000101 | 1000000 | 1000001 | 0 | 1000100 | 10111 | 1110110 | 110101 | 110011 |
Color Harmonies of #45C540
Complementary color
Monochromatic Colors of #45C540
Black with #45C540
Text Example
Text Example
White with #45C540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45C540; }
p { color: rgb(69,197,64); }
H1.HeaderClassName
{
color: #45C540;
}
.AnyTagClassName
{
color: #45C540;
}
</style>
background-color css
<style>
a { background-color: #45C540; }
a { background-color: rgb(69,197,64); }
div.DivClassName
{
background-color: #45C540;
}
.BgClassName
{
background-color: #45C540;
}
</style>
border-color css
<style>
span { border-color: #45C540; }
span { border-color: rgb(69,197,64); }
td.TdClassName
{
border-color: #45C540;
}
.TagClassName
{
border-color: #45C540;
}
</style>