Shades of Lime Green #45E21F
Tints of Lime Green #45E21F
RGB
CMYK
RGB Variations
Color information
#45E21F (or 0x45E21F) is known color: Lime Green. HEX triplet: 45, E2 and 1F. RGB value is (69,226,31). Sum of RGB (Red+Green+Blue) = 69+226+31=326 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.17% from 326); Green value is 226 (88.67% from 255 or 69.33% from 326); Blue value is 31 (12.5% from 255 or 9.51% from 326); Max value from RGB is 226 - color contains mainly: green. Hex color #45E21F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45E21F is #BA1DE0. Grayscale: #9D9D9D. Windows color (decimal): -12197345 or 2089541. OLE color: 2089541.
HSL color Cylindrical-coordinate representation of color #45E21F: hue angle of 108.31º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #45E21F is Cyan = 0.69, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 69 | 226 | 31 | - |
| CMYK | 0.69 | 0 | 0.86 | 0.11 |
| HSL | 108.31º | 0.77% | 0.5% | - |
| HSV(B) | 108.31º | 0.86% | 0.89% | - |
| XYZ | 29.9 | 55.76 | 10.48 | - |
| YUV | 156.83 | 56.99 | 65.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 226 | 31 | 0.69 | 0 | 0.86 | 0.11 | 108.31 | 0.77 | 0.5 |
| Hex | 45 | E2 | 1F | 45 | 0 | 56 | B | 6C | 4D | 32 |
| Octal | 105 | 342 | 37 | 105 | 0 | 126 | 13 | 154 | 115 | 62 |
| Binary | 1000101 | 11100010 | 11111 | 1000101 | 0 | 1010110 | 1011 | 1101100 | 1001101 | 110010 |
Color Harmonies of #45E21F
Complementary color
Monochromatic Colors of #45E21F
Black with #45E21F
Text Example
Text Example
White with #45E21F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45E21F; }
p { color: rgb(69,226,31); }
H1.HeaderClassName
{
color: #45E21F;
}
.AnyTagClassName
{
color: #45E21F;
}
</style>
background-color css
<style>
a { background-color: #45E21F; }
a { background-color: rgb(69,226,31); }
div.DivClassName
{
background-color: #45E21F;
}
.BgClassName
{
background-color: #45E21F;
}
</style>
border-color css
<style>
span { border-color: #45E21F; }
span { border-color: rgb(69,226,31); }
td.TdClassName
{
border-color: #45E21F;
}
.TagClassName
{
border-color: #45E21F;
}
</style>