Shades of Lime Green #45E11F
Tints of Lime Green #45E11F
RGB
CMYK
RGB Variations
Color information
#45E11F (or 0x45E11F) is known color: Lime Green. HEX triplet: 45, E1 and 1F. RGB value is (69,225,31). Sum of RGB (Red+Green+Blue) = 69+225+31=325 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.23% from 325); Green value is 225 (88.28% from 255 or 69.23% from 325); Blue value is 31 (12.5% from 255 or 9.54% from 325); Max value from RGB is 225 - color contains mainly: green. Hex color #45E11F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45E11F is #BA1EE0. Grayscale: #9C9C9C. Windows color (decimal): -12197601 or 2089285. OLE color: 2089285.
HSL color Cylindrical-coordinate representation of color #45E11F: hue angle of 108.25º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #45E11F is Cyan = 0.69, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 69 | 225 | 31 | - |
| CMYK | 0.69 | 0 | 0.86 | 0.12 |
| HSL | 108.25º | 0.76% | 0.5% | - |
| HSV(B) | 108.25º | 0.86% | 0.88% | - |
| XYZ | 29.63 | 55.21 | 10.39 | - |
| YUV | 156.24 | 57.32 | 65.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 225 | 31 | 0.69 | 0 | 0.86 | 0.12 | 108.25 | 0.76 | 0.5 |
| Hex | 45 | E1 | 1F | 45 | 0 | 56 | C | 6C | 4C | 32 |
| Octal | 105 | 341 | 37 | 105 | 0 | 126 | 14 | 154 | 114 | 62 |
| Binary | 1000101 | 11100001 | 11111 | 1000101 | 0 | 1010110 | 1100 | 1101100 | 1001100 | 110010 |
Color Harmonies of #45E11F
Complementary color
Monochromatic Colors of #45E11F
Black with #45E11F
Text Example
Text Example
White with #45E11F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45E11F; }
p { color: rgb(69,225,31); }
H1.HeaderClassName
{
color: #45E11F;
}
.AnyTagClassName
{
color: #45E11F;
}
</style>
background-color css
<style>
a { background-color: #45E11F; }
a { background-color: rgb(69,225,31); }
div.DivClassName
{
background-color: #45E11F;
}
.BgClassName
{
background-color: #45E11F;
}
</style>
border-color css
<style>
span { border-color: #45E11F; }
span { border-color: rgb(69,225,31); }
td.TdClassName
{
border-color: #45E11F;
}
.TagClassName
{
border-color: #45E11F;
}
</style>