Shades of Lime Green #45E34D
Tints of Lime Green #45E34D
RGB
CMYK
RGB Variations
Color information
#45E34D (or 0x45E34D) is known color: Lime Green. HEX triplet: 45, E3 and 4D. RGB value is (69,227,77). Sum of RGB (Red+Green+Blue) = 69+227+77=373 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.50% from 373); Green value is 227 (89.06% from 255 or 60.86% from 373); Blue value is 77 (30.47% from 255 or 20.64% from 373); Max value from RGB is 227 - color contains mainly: green. Hex color #45E34D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45E34D is #BA1CB2. Grayscale: #A3A3A3. Windows color (decimal): -12197043 or 5104453. OLE color: 5104453.
HSL color Cylindrical-coordinate representation of color #45E34D: hue angle of 123.04º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #45E34D is Cyan = 0.70, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 69 | 227 | 77 | - |
| CMYK | 0.70 | 0 | 0.66 | 0.11 |
| HSL | 123.04º | 0.74% | 0.58% | - |
| HSV(B) | 123.04º | 0.7% | 0.89% | - |
| XYZ | 31.26 | 56.74 | 16.33 | - |
| YUV | 162.66 | 79.65 | 61.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 227 | 77 | 0.70 | 0 | 0.66 | 0.11 | 123.04 | 0.74 | 0.58 |
| Hex | 45 | E3 | 4D | 46 | 0 | 42 | B | 7B | 4A | 3A |
| Octal | 105 | 343 | 115 | 106 | 0 | 102 | 13 | 173 | 112 | 72 |
| Binary | 1000101 | 11100011 | 1001101 | 1000110 | 0 | 1000010 | 1011 | 1111011 | 1001010 | 111010 |
Color Harmonies of #45E34D
Complementary color
Monochromatic Colors of #45E34D
Black with #45E34D
Text Example
Text Example
White with #45E34D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45E34D; }
p { color: rgb(69,227,77); }
H1.HeaderClassName
{
color: #45E34D;
}
.AnyTagClassName
{
color: #45E34D;
}
</style>
background-color css
<style>
a { background-color: #45E34D; }
a { background-color: rgb(69,227,77); }
div.DivClassName
{
background-color: #45E34D;
}
.BgClassName
{
background-color: #45E34D;
}
</style>
border-color css
<style>
span { border-color: #45E34D; }
span { border-color: rgb(69,227,77); }
td.TdClassName
{
border-color: #45E34D;
}
.TagClassName
{
border-color: #45E34D;
}
</style>