Shades of Lime Green #45E032
Tints of Lime Green #45E032
RGB
CMYK
RGB Variations
Color information
#45E032 (or 0x45E032) is known color: Lime Green. HEX triplet: 45, E0 and 32. RGB value is (69,224,50). Sum of RGB (Red+Green+Blue) = 69+224+50=343 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.12% from 343); Green value is 224 (87.89% from 255 or 65.31% from 343); Blue value is 50 (19.92% from 255 or 14.58% from 343); Max value from RGB is 224 - color contains mainly: green. Hex color #45E032 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45E032 is #BA1FCD. Grayscale: #9E9E9E. Windows color (decimal): -12197838 or 3334213. OLE color: 3334213.
HSL color Cylindrical-coordinate representation of color #45E032: hue angle of 113.45º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #45E032 is Cyan = 0.69, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 69 | 224 | 50 | - |
| CMYK | 0.69 | 0 | 0.78 | 0.12 |
| HSL | 113.45º | 0.74% | 0.54% | - |
| HSV(B) | 113.45º | 0.78% | 0.88% | - |
| XYZ | 29.69 | 54.81 | 12.03 | - |
| YUV | 157.82 | 67.15 | 64.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 224 | 50 | 0.69 | 0 | 0.78 | 0.12 | 113.45 | 0.74 | 0.54 |
| Hex | 45 | E0 | 32 | 45 | 0 | 4E | C | 71 | 4A | 36 |
| Octal | 105 | 340 | 62 | 105 | 0 | 116 | 14 | 161 | 112 | 66 |
| Binary | 1000101 | 11100000 | 110010 | 1000101 | 0 | 1001110 | 1100 | 1110001 | 1001010 | 110110 |
Color Harmonies of #45E032
Complementary color
Monochromatic Colors of #45E032
Black with #45E032
Text Example
Text Example
White with #45E032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45E032; }
p { color: rgb(69,224,50); }
H1.HeaderClassName
{
color: #45E032;
}
.AnyTagClassName
{
color: #45E032;
}
</style>
background-color css
<style>
a { background-color: #45E032; }
a { background-color: rgb(69,224,50); }
div.DivClassName
{
background-color: #45E032;
}
.BgClassName
{
background-color: #45E032;
}
</style>
border-color css
<style>
span { border-color: #45E032; }
span { border-color: rgb(69,224,50); }
td.TdClassName
{
border-color: #45E032;
}
.TagClassName
{
border-color: #45E032;
}
</style>