Shades of Lime Green #45EC32
Tints of Lime Green #45EC32
RGB
CMYK
RGB Variations
Color information
#45EC32 (or 0x45EC32) is known color: Lime Green. HEX triplet: 45, EC and 32. RGB value is (69,236,50). Sum of RGB (Red+Green+Blue) = 69+236+50=355 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.44% from 355); Green value is 236 (92.58% from 255 or 66.48% from 355); Blue value is 50 (19.92% from 255 or 14.08% from 355); Max value from RGB is 236 - color contains mainly: green. Hex color #45EC32 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #45EC32 is #BA13CD. Grayscale: #A5A5A5. Windows color (decimal): -12194766 or 3337285. OLE color: 3337285.
HSL color Cylindrical-coordinate representation of color #45EC32: hue angle of 113.87º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #45EC32 is Cyan = 0.71, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 69 | 236 | 50 | - |
| CMYK | 0.71 | 0 | 0.79 | 0.07 |
| HSL | 113.87º | 0.83% | 0.56% | - |
| HSV(B) | 113.87º | 0.79% | 0.93% | - |
| XYZ | 33.03 | 61.49 | 13.15 | - |
| YUV | 164.86 | 63.17 | 59.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 236 | 50 | 0.71 | 0 | 0.79 | 0.07 | 113.87 | 0.83 | 0.56 |
| Hex | 45 | EC | 32 | 47 | 0 | 4F | 7 | 72 | 53 | 38 |
| Octal | 105 | 354 | 62 | 107 | 0 | 117 | 7 | 162 | 123 | 70 |
| Binary | 1000101 | 11101100 | 110010 | 1000111 | 0 | 1001111 | 111 | 1110010 | 1010011 | 111000 |
Color Harmonies of #45EC32
Complementary color
Monochromatic Colors of #45EC32
Black with #45EC32
Text Example
Text Example
White with #45EC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45EC32; }
p { color: rgb(69,236,50); }
H1.HeaderClassName
{
color: #45EC32;
}
.AnyTagClassName
{
color: #45EC32;
}
</style>
background-color css
<style>
a { background-color: #45EC32; }
a { background-color: rgb(69,236,50); }
div.DivClassName
{
background-color: #45EC32;
}
.BgClassName
{
background-color: #45EC32;
}
</style>
border-color css
<style>
span { border-color: #45EC32; }
span { border-color: rgb(69,236,50); }
td.TdClassName
{
border-color: #45EC32;
}
.TagClassName
{
border-color: #45EC32;
}
</style>