Shades of Lime Green #45B732
Tints of Lime Green #45B732
RGB
CMYK
RGB Variations
Color information
#45B732 (or 0x45B732) is known color: Lime Green. HEX triplet: 45, B7 and 32. RGB value is (69,183,50). Sum of RGB (Red+Green+Blue) = 69+183+50=302 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.85% from 302); Green value is 183 (71.88% from 255 or 60.60% from 302); Blue value is 50 (19.92% from 255 or 16.56% from 302); Max value from RGB is 183 - color contains mainly: green. Hex color #45B732 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45B732 is #BA48CD. Grayscale: #868686. Windows color (decimal): -12208334 or 3323717. OLE color: 3323717.
HSL color Cylindrical-coordinate representation of color #45B732: hue angle of 111.43º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #45B732 is Cyan = 0.62, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 69 | 183 | 50 | - |
| CMYK | 0.62 | 0 | 0.73 | 0.28 |
| HSL | 111.43º | 0.57% | 0.46% | - |
| HSV(B) | 111.43º | 0.73% | 0.72% | - |
| XYZ | 19.96 | 35.36 | 8.79 | - |
| YUV | 133.75 | 80.73 | 81.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 183 | 50 | 0.62 | 0 | 0.73 | 0.28 | 111.43 | 0.57 | 0.46 |
| Hex | 45 | B7 | 32 | 3E | 0 | 49 | 1C | 6F | 39 | 2E |
| Octal | 105 | 267 | 62 | 76 | 0 | 111 | 34 | 157 | 71 | 56 |
| Binary | 1000101 | 10110111 | 110010 | 111110 | 0 | 1001001 | 11100 | 1101111 | 111001 | 101110 |
Color Harmonies of #45B732
Complementary color
Monochromatic Colors of #45B732
Black with #45B732
Text Example
Text Example
White with #45B732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45B732; }
p { color: rgb(69,183,50); }
H1.HeaderClassName
{
color: #45B732;
}
.AnyTagClassName
{
color: #45B732;
}
</style>
background-color css
<style>
a { background-color: #45B732; }
a { background-color: rgb(69,183,50); }
div.DivClassName
{
background-color: #45B732;
}
.BgClassName
{
background-color: #45B732;
}
</style>
border-color css
<style>
span { border-color: #45B732; }
span { border-color: rgb(69,183,50); }
td.TdClassName
{
border-color: #45B732;
}
.TagClassName
{
border-color: #45B732;
}
</style>