Shades of Lime Green #45E121
Tints of Lime Green #45E121
RGB
CMYK
RGB Variations
Color information
#45E121 (or 0x45E121) is known color: Lime Green. HEX triplet: 45, E1 and 21. RGB value is (69,225,33). Sum of RGB (Red+Green+Blue) = 69+225+33=327 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.10% from 327); Green value is 225 (88.28% from 255 or 68.81% from 327); Blue value is 33 (13.28% from 255 or 10.09% from 327); Max value from RGB is 225 - color contains mainly: green. Hex color #45E121 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45E121 is #BA1EDE. Grayscale: #9D9D9D. Windows color (decimal): -12197599 or 2220357. OLE color: 2220357.
HSL color Cylindrical-coordinate representation of color #45E121: hue angle of 108.75º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #45E121 is Cyan = 0.69, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 69 | 225 | 33 | - |
| CMYK | 0.69 | 0 | 0.85 | 0.12 |
| HSL | 108.75º | 0.76% | 0.51% | - |
| HSV(B) | 108.75º | 0.85% | 0.88% | - |
| XYZ | 29.65 | 55.23 | 10.54 | - |
| YUV | 156.47 | 58.32 | 65.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 225 | 33 | 0.69 | 0 | 0.85 | 0.12 | 108.75 | 0.76 | 0.51 |
| Hex | 45 | E1 | 21 | 45 | 0 | 55 | C | 6D | 4C | 33 |
| Octal | 105 | 341 | 41 | 105 | 0 | 125 | 14 | 155 | 114 | 63 |
| Binary | 1000101 | 11100001 | 100001 | 1000101 | 0 | 1010101 | 1100 | 1101101 | 1001100 | 110011 |
Color Harmonies of #45E121
Complementary color
Monochromatic Colors of #45E121
Black with #45E121
Text Example
Text Example
White with #45E121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45E121; }
p { color: rgb(69,225,33); }
H1.HeaderClassName
{
color: #45E121;
}
.AnyTagClassName
{
color: #45E121;
}
</style>
background-color css
<style>
a { background-color: #45E121; }
a { background-color: rgb(69,225,33); }
div.DivClassName
{
background-color: #45E121;
}
.BgClassName
{
background-color: #45E121;
}
</style>
border-color css
<style>
span { border-color: #45E121; }
span { border-color: rgb(69,225,33); }
td.TdClassName
{
border-color: #45E121;
}
.TagClassName
{
border-color: #45E121;
}
</style>