Shades of Lime Green #45C332
Tints of Lime Green #45C332
RGB
CMYK
RGB Variations
Color information
#45C332 (or 0x45C332) is known color: Lime Green. HEX triplet: 45, C3 and 32. RGB value is (69,195,50). Sum of RGB (Red+Green+Blue) = 69+195+50=314 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.97% from 314); Green value is 195 (76.56% from 255 or 62.10% from 314); Blue value is 50 (19.92% from 255 or 15.92% from 314); Max value from RGB is 195 - color contains mainly: green. Hex color #45C332 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45C332 is #BA3CCD. Grayscale: #8D8D8D. Windows color (decimal): -12205262 or 3326789. OLE color: 3326789.
HSL color Cylindrical-coordinate representation of color #45C332: hue angle of 112.14º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #45C332 is Cyan = 0.65, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 69 | 195 | 50 | - |
| CMYK | 0.65 | 0 | 0.74 | 0.24 |
| HSL | 112.14º | 0.59% | 0.48% | - |
| HSV(B) | 112.14º | 0.74% | 0.76% | - |
| XYZ | 22.55 | 40.53 | 9.65 | - |
| YUV | 140.8 | 76.76 | 76.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 195 | 50 | 0.65 | 0 | 0.74 | 0.24 | 112.14 | 0.59 | 0.48 |
| Hex | 45 | C3 | 32 | 41 | 0 | 4A | 18 | 70 | 3B | 30 |
| Octal | 105 | 303 | 62 | 101 | 0 | 112 | 30 | 160 | 73 | 60 |
| Binary | 1000101 | 11000011 | 110010 | 1000001 | 0 | 1001010 | 11000 | 1110000 | 111011 | 110000 |
Color Harmonies of #45C332
Complementary color
Monochromatic Colors of #45C332
Black with #45C332
Text Example
Text Example
White with #45C332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45C332; }
p { color: rgb(69,195,50); }
H1.HeaderClassName
{
color: #45C332;
}
.AnyTagClassName
{
color: #45C332;
}
</style>
background-color css
<style>
a { background-color: #45C332; }
a { background-color: rgb(69,195,50); }
div.DivClassName
{
background-color: #45C332;
}
.BgClassName
{
background-color: #45C332;
}
</style>
border-color css
<style>
span { border-color: #45C332; }
span { border-color: rgb(69,195,50); }
td.TdClassName
{
border-color: #45C332;
}
.TagClassName
{
border-color: #45C332;
}
</style>