Shades of Lime Green #45E022
Tints of Lime Green #45E022
RGB
CMYK
RGB Variations
Color information
#45E022 (or 0x45E022) is known color: Lime Green. HEX triplet: 45, E0 and 22. RGB value is (69,224,34). Sum of RGB (Red+Green+Blue) = 69+224+34=327 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.10% from 327); Green value is 224 (87.89% from 255 or 68.50% from 327); Blue value is 34 (13.67% from 255 or 10.40% from 327); Max value from RGB is 224 - color contains mainly: green. Hex color #45E022 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45E022 is #BA1FDD. Grayscale: #9C9C9C. Windows color (decimal): -12197854 or 2285637. OLE color: 2285637.
HSL color Cylindrical-coordinate representation of color #45E022: hue angle of 108.95º degrees, saturation: 0.75, 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 #45E022 is Cyan = 0.69, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 69 | 224 | 34 | - |
| CMYK | 0.69 | 0 | 0.85 | 0.12 |
| HSL | 108.95º | 0.75% | 0.51% | - |
| HSV(B) | 108.95º | 0.85% | 0.88% | - |
| XYZ | 29.4 | 54.69 | 10.52 | - |
| YUV | 156 | 59.15 | 65.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 224 | 34 | 0.69 | 0 | 0.85 | 0.12 | 108.95 | 0.75 | 0.51 |
| Hex | 45 | E0 | 22 | 45 | 0 | 55 | C | 6D | 4B | 33 |
| Octal | 105 | 340 | 42 | 105 | 0 | 125 | 14 | 155 | 113 | 63 |
| Binary | 1000101 | 11100000 | 100010 | 1000101 | 0 | 1010101 | 1100 | 1101101 | 1001011 | 110011 |
Color Harmonies of #45E022
Complementary color
Monochromatic Colors of #45E022
Black with #45E022
Text Example
Text Example
White with #45E022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45E022; }
p { color: rgb(69,224,34); }
H1.HeaderClassName
{
color: #45E022;
}
.AnyTagClassName
{
color: #45E022;
}
</style>
background-color css
<style>
a { background-color: #45E022; }
a { background-color: rgb(69,224,34); }
div.DivClassName
{
background-color: #45E022;
}
.BgClassName
{
background-color: #45E022;
}
</style>
border-color css
<style>
span { border-color: #45E022; }
span { border-color: rgb(69,224,34); }
td.TdClassName
{
border-color: #45E022;
}
.TagClassName
{
border-color: #45E022;
}
</style>