Shades of Lime Green #45D032
Tints of Lime Green #45D032
RGB
CMYK
RGB Variations
Color information
#45D032 (or 0x45D032) is known color: Lime Green. HEX triplet: 45, D0 and 32. RGB value is (69,208,50). Sum of RGB (Red+Green+Blue) = 69+208+50=327 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.10% from 327); Green value is 208 (81.64% from 255 or 63.61% from 327); Blue value is 50 (19.92% from 255 or 15.29% from 327); Max value from RGB is 208 - color contains mainly: green. Hex color #45D032 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45D032 is #BA2FCD. Grayscale: #949494. Windows color (decimal): -12201934 or 3330117. OLE color: 3330117.
HSL color Cylindrical-coordinate representation of color #45D032: hue angle of 112.78º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #45D032 is Cyan = 0.67, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 69 | 208 | 50 | - |
| CMYK | 0.67 | 0 | 0.76 | 0.18 |
| HSL | 112.78º | 0.63% | 0.51% | - |
| HSV(B) | 112.78º | 0.76% | 0.82% | - |
| XYZ | 25.59 | 46.61 | 10.67 | - |
| YUV | 148.43 | 72.45 | 71.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 208 | 50 | 0.67 | 0 | 0.76 | 0.18 | 112.78 | 0.63 | 0.51 |
| Hex | 45 | D0 | 32 | 43 | 0 | 4C | 12 | 71 | 3F | 33 |
| Octal | 105 | 320 | 62 | 103 | 0 | 114 | 22 | 161 | 77 | 63 |
| Binary | 1000101 | 11010000 | 110010 | 1000011 | 0 | 1001100 | 10010 | 1110001 | 111111 | 110011 |
Color Harmonies of #45D032
Complementary color
Monochromatic Colors of #45D032
Black with #45D032
Text Example
Text Example
White with #45D032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45D032; }
p { color: rgb(69,208,50); }
H1.HeaderClassName
{
color: #45D032;
}
.AnyTagClassName
{
color: #45D032;
}
</style>
background-color css
<style>
a { background-color: #45D032; }
a { background-color: rgb(69,208,50); }
div.DivClassName
{
background-color: #45D032;
}
.BgClassName
{
background-color: #45D032;
}
</style>
border-color css
<style>
span { border-color: #45D032; }
span { border-color: rgb(69,208,50); }
td.TdClassName
{
border-color: #45D032;
}
.TagClassName
{
border-color: #45D032;
}
</style>