Shades of Lime Green #45E720
Tints of Lime Green #45E720
RGB
CMYK
RGB Variations
Color information
#45E720 (or 0x45E720) is known color: Lime Green. HEX triplet: 45, E7 and 20. RGB value is (69,231,32). Sum of RGB (Red+Green+Blue) = 69+231+32=332 (43% of max value = 765). Red value is 69 (27.34% from 255 or 20.78% from 332); Green value is 231 (90.62% from 255 or 69.58% from 332); Blue value is 32 (12.89% from 255 or 9.64% from 332); Max value from RGB is 231 - color contains mainly: green. Hex color #45E720 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #45E720 is #BA18DF. Grayscale: #A0A0A0. Windows color (decimal): -12196064 or 2156357. OLE color: 2156357.
HSL color Cylindrical-coordinate representation of color #45E720: hue angle of 108.84º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #45E720 is Cyan = 0.70, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 69 | 231 | 32 | - |
| CMYK | 0.70 | 0 | 0.86 | 0.09 |
| HSL | 108.84º | 0.81% | 0.52% | - |
| HSV(B) | 108.84º | 0.86% | 0.91% | - |
| XYZ | 31.29 | 58.52 | 11.01 | - |
| YUV | 159.88 | 55.83 | 63.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 231 | 32 | 0.70 | 0 | 0.86 | 0.09 | 108.84 | 0.81 | 0.52 |
| Hex | 45 | E7 | 20 | 46 | 0 | 56 | 9 | 6D | 51 | 34 |
| Octal | 105 | 347 | 40 | 106 | 0 | 126 | 11 | 155 | 121 | 64 |
| Binary | 1000101 | 11100111 | 100000 | 1000110 | 0 | 1010110 | 1001 | 1101101 | 1010001 | 110100 |
Color Harmonies of #45E720
Complementary color
Monochromatic Colors of #45E720
Black with #45E720
Text Example
Text Example
White with #45E720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45E720; }
p { color: rgb(69,231,32); }
H1.HeaderClassName
{
color: #45E720;
}
.AnyTagClassName
{
color: #45E720;
}
</style>
background-color css
<style>
a { background-color: #45E720; }
a { background-color: rgb(69,231,32); }
div.DivClassName
{
background-color: #45E720;
}
.BgClassName
{
background-color: #45E720;
}
</style>
border-color css
<style>
span { border-color: #45E720; }
span { border-color: rgb(69,231,32); }
td.TdClassName
{
border-color: #45E720;
}
.TagClassName
{
border-color: #45E720;
}
</style>