Shades of Lime Green #45C932
Tints of Lime Green #45C932
RGB
CMYK
RGB Variations
Color information
#45C932 (or 0x45C932) is known color: Lime Green. HEX triplet: 45, C9 and 32. RGB value is (69,201,50). Sum of RGB (Red+Green+Blue) = 69+201+50=320 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.56% from 320); Green value is 201 (78.91% from 255 or 62.81% from 320); Blue value is 50 (19.92% from 255 or 15.62% from 320); Max value from RGB is 201 - color contains mainly: green. Hex color #45C932 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45C932 is #BA36CD. Grayscale: #909090. Windows color (decimal): -12203726 or 3328325. OLE color: 3328325.
HSL color Cylindrical-coordinate representation of color #45C932: hue angle of 112.45º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #45C932 is Cyan = 0.66, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 69 | 201 | 50 | - |
| CMYK | 0.66 | 0 | 0.75 | 0.21 |
| HSL | 112.45º | 0.6% | 0.49% | - |
| HSV(B) | 112.45º | 0.75% | 0.79% | - |
| XYZ | 23.92 | 43.27 | 10.11 | - |
| YUV | 144.32 | 74.77 | 74.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 201 | 50 | 0.66 | 0 | 0.75 | 0.21 | 112.45 | 0.6 | 0.49 |
| Hex | 45 | C9 | 32 | 42 | 0 | 4B | 15 | 70 | 3C | 31 |
| Octal | 105 | 311 | 62 | 102 | 0 | 113 | 25 | 160 | 74 | 61 |
| Binary | 1000101 | 11001001 | 110010 | 1000010 | 0 | 1001011 | 10101 | 1110000 | 111100 | 110001 |
Color Harmonies of #45C932
Complementary color
Monochromatic Colors of #45C932
Black with #45C932
Text Example
Text Example
White with #45C932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45C932; }
p { color: rgb(69,201,50); }
H1.HeaderClassName
{
color: #45C932;
}
.AnyTagClassName
{
color: #45C932;
}
</style>
background-color css
<style>
a { background-color: #45C932; }
a { background-color: rgb(69,201,50); }
div.DivClassName
{
background-color: #45C932;
}
.BgClassName
{
background-color: #45C932;
}
</style>
border-color css
<style>
span { border-color: #45C932; }
span { border-color: rgb(69,201,50); }
td.TdClassName
{
border-color: #45C932;
}
.TagClassName
{
border-color: #45C932;
}
</style>