Shades of Lime Green #45DD32
Tints of Lime Green #45DD32
RGB
CMYK
RGB Variations
Color information
#45DD32 (or 0x45DD32) is known color: Lime Green. HEX triplet: 45, DD and 32. RGB value is (69,221,50). Sum of RGB (Red+Green+Blue) = 69+221+50=340 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.29% from 340); Green value is 221 (86.72% from 255 or 65% from 340); Blue value is 50 (19.92% from 255 or 14.71% from 340); Max value from RGB is 221 - color contains mainly: green. Hex color #45DD32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45DD32 is #BA22CD. Grayscale: #9C9C9C. Windows color (decimal): -12198606 or 3333445. OLE color: 3333445.
HSL color Cylindrical-coordinate representation of color #45DD32: hue angle of 113.33º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #45DD32 is Cyan = 0.69, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 69 | 221 | 50 | - |
| CMYK | 0.69 | 0 | 0.77 | 0.13 |
| HSL | 113.33º | 0.72% | 0.53% | - |
| HSV(B) | 113.33º | 0.77% | 0.87% | - |
| XYZ | 28.89 | 53.21 | 11.77 | - |
| YUV | 156.06 | 68.14 | 65.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 221 | 50 | 0.69 | 0 | 0.77 | 0.13 | 113.33 | 0.72 | 0.53 |
| Hex | 45 | DD | 32 | 45 | 0 | 4D | D | 71 | 48 | 35 |
| Octal | 105 | 335 | 62 | 105 | 0 | 115 | 15 | 161 | 110 | 65 |
| Binary | 1000101 | 11011101 | 110010 | 1000101 | 0 | 1001101 | 1101 | 1110001 | 1001000 | 110101 |
Color Harmonies of #45DD32
Complementary color
Monochromatic Colors of #45DD32
Black with #45DD32
Text Example
Text Example
White with #45DD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45DD32; }
p { color: rgb(69,221,50); }
H1.HeaderClassName
{
color: #45DD32;
}
.AnyTagClassName
{
color: #45DD32;
}
</style>
background-color css
<style>
a { background-color: #45DD32; }
a { background-color: rgb(69,221,50); }
div.DivClassName
{
background-color: #45DD32;
}
.BgClassName
{
background-color: #45DD32;
}
</style>
border-color css
<style>
span { border-color: #45DD32; }
span { border-color: rgb(69,221,50); }
td.TdClassName
{
border-color: #45DD32;
}
.TagClassName
{
border-color: #45DD32;
}
</style>