Shades of Lime Green #45BB40
Tints of Lime Green #45BB40
RGB
CMYK
RGB Variations
Color information
#45BB40 (or 0x45BB40) is known color: Lime Green. HEX triplet: 45, BB and 40. RGB value is (69,187,64). Sum of RGB (Red+Green+Blue) = 69+187+64=320 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.56% from 320); Green value is 187 (73.44% from 255 or 58.44% from 320); Blue value is 64 (25.39% from 255 or 20% from 320); Max value from RGB is 187 - color contains mainly: green. Hex color #45BB40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45BB40 is #BA44BF. Grayscale: #8A8A8A. Windows color (decimal): -12207296 or 4242245. OLE color: 4242245.
HSL color Cylindrical-coordinate representation of color #45BB40: hue angle of 117.56º 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 #45BB40 is Cyan = 0.63, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 69 | 187 | 64 | - |
| CMYK | 0.63 | 0 | 0.66 | 0.27 |
| HSL | 117.56º | 0.49% | 0.49% | - |
| HSV(B) | 117.56º | 0.66% | 0.73% | - |
| XYZ | 21.15 | 37.18 | 10.91 | - |
| YUV | 137.7 | 86.41 | 79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 187 | 64 | 0.63 | 0 | 0.66 | 0.27 | 117.56 | 0.49 | 0.49 |
| Hex | 45 | BB | 40 | 3F | 0 | 42 | 1B | 76 | 31 | 31 |
| Octal | 105 | 273 | 100 | 77 | 0 | 102 | 33 | 166 | 61 | 61 |
| Binary | 1000101 | 10111011 | 1000000 | 111111 | 0 | 1000010 | 11011 | 1110110 | 110001 | 110001 |
Color Harmonies of #45BB40
Complementary color
Monochromatic Colors of #45BB40
Black with #45BB40
Text Example
Text Example
White with #45BB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45BB40; }
p { color: rgb(69,187,64); }
H1.HeaderClassName
{
color: #45BB40;
}
.AnyTagClassName
{
color: #45BB40;
}
</style>
background-color css
<style>
a { background-color: #45BB40; }
a { background-color: rgb(69,187,64); }
div.DivClassName
{
background-color: #45BB40;
}
.BgClassName
{
background-color: #45BB40;
}
</style>
border-color css
<style>
span { border-color: #45BB40; }
span { border-color: rgb(69,187,64); }
td.TdClassName
{
border-color: #45BB40;
}
.TagClassName
{
border-color: #45BB40;
}
</style>