Shades of Lime Green #45E421
Tints of Lime Green #45E421
RGB
CMYK
RGB Variations
Color information
#45E421 (or 0x45E421) is known color: Lime Green. HEX triplet: 45, E4 and 21. RGB value is (69,228,33). Sum of RGB (Red+Green+Blue) = 69+228+33=330 (43% of max value = 765). Red value is 69 (27.34% from 255 or 20.91% from 330); Green value is 228 (89.45% from 255 or 69.09% from 330); Blue value is 33 (13.28% from 255 or 10% from 330); Max value from RGB is 228 - color contains mainly: green. Hex color #45E421 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45E421 is #BA1BDE. Grayscale: #9E9E9E. Windows color (decimal): -12196831 or 2221125. OLE color: 2221125.
HSL color Cylindrical-coordinate representation of color #45E421: hue angle of 108.92º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #45E421 is Cyan = 0.70, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 69 | 228 | 33 | - |
| CMYK | 0.70 | 0 | 0.86 | 0.11 |
| HSL | 108.92º | 0.78% | 0.51% | - |
| HSV(B) | 108.92º | 0.86% | 0.89% | - |
| XYZ | 30.47 | 56.86 | 10.81 | - |
| YUV | 158.23 | 57.32 | 64.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 228 | 33 | 0.70 | 0 | 0.86 | 0.11 | 108.92 | 0.78 | 0.51 |
| Hex | 45 | E4 | 21 | 46 | 0 | 56 | B | 6D | 4E | 33 |
| Octal | 105 | 344 | 41 | 106 | 0 | 126 | 13 | 155 | 116 | 63 |
| Binary | 1000101 | 11100100 | 100001 | 1000110 | 0 | 1010110 | 1011 | 1101101 | 1001110 | 110011 |
Color Harmonies of #45E421
Complementary color
Monochromatic Colors of #45E421
Black with #45E421
Text Example
Text Example
White with #45E421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45E421; }
p { color: rgb(69,228,33); }
H1.HeaderClassName
{
color: #45E421;
}
.AnyTagClassName
{
color: #45E421;
}
</style>
background-color css
<style>
a { background-color: #45E421; }
a { background-color: rgb(69,228,33); }
div.DivClassName
{
background-color: #45E421;
}
.BgClassName
{
background-color: #45E421;
}
</style>
border-color css
<style>
span { border-color: #45E421; }
span { border-color: rgb(69,228,33); }
td.TdClassName
{
border-color: #45E421;
}
.TagClassName
{
border-color: #45E421;
}
</style>