Shades of Lime Green #45BA40
Tints of Lime Green #45BA40
RGB
CMYK
RGB Variations
Color information
#45BA40 (or 0x45BA40) is known color: Lime Green. HEX triplet: 45, BA and 40. RGB value is (69,186,64). Sum of RGB (Red+Green+Blue) = 69+186+64=319 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.63% from 319); Green value is 186 (73.05% from 255 or 58.31% from 319); Blue value is 64 (25.39% from 255 or 20.06% from 319); Max value from RGB is 186 - color contains mainly: green. Hex color #45BA40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45BA40 is #BA45BF. Grayscale: #898989. Windows color (decimal): -12207552 or 4241989. OLE color: 4241989.
HSL color Cylindrical-coordinate representation of color #45BA40: hue angle of 117.54º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #45BA40 is Cyan = 0.63, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 69 | 186 | 64 | - |
| CMYK | 0.63 | 0 | 0.66 | 0.27 |
| HSL | 117.54º | 0.49% | 0.49% | - |
| HSV(B) | 117.54º | 0.66% | 0.73% | - |
| XYZ | 20.94 | 36.75 | 10.84 | - |
| YUV | 137.11 | 86.74 | 79.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 186 | 64 | 0.63 | 0 | 0.66 | 0.27 | 117.54 | 0.49 | 0.49 |
| Hex | 45 | BA | 40 | 3F | 0 | 42 | 1B | 76 | 31 | 31 |
| Octal | 105 | 272 | 100 | 77 | 0 | 102 | 33 | 166 | 61 | 61 |
| Binary | 1000101 | 10111010 | 1000000 | 111111 | 0 | 1000010 | 11011 | 1110110 | 110001 | 110001 |
Color Harmonies of #45BA40
Complementary color
Monochromatic Colors of #45BA40
Black with #45BA40
Text Example
Text Example
White with #45BA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45BA40; }
p { color: rgb(69,186,64); }
H1.HeaderClassName
{
color: #45BA40;
}
.AnyTagClassName
{
color: #45BA40;
}
</style>
background-color css
<style>
a { background-color: #45BA40; }
a { background-color: rgb(69,186,64); }
div.DivClassName
{
background-color: #45BA40;
}
.BgClassName
{
background-color: #45BA40;
}
</style>
border-color css
<style>
span { border-color: #45BA40; }
span { border-color: rgb(69,186,64); }
td.TdClassName
{
border-color: #45BA40;
}
.TagClassName
{
border-color: #45BA40;
}
</style>