Shades of Lime Green #45E43E
Tints of Lime Green #45E43E
RGB
CMYK
RGB Variations
Color information
#45E43E (or 0x45E43E) is known color: Lime Green. HEX triplet: 45, E4 and 3E. RGB value is (69,228,62). Sum of RGB (Red+Green+Blue) = 69+228+62=359 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.22% from 359); Green value is 228 (89.45% from 255 or 63.51% from 359); Blue value is 62 (24.61% from 255 or 17.27% from 359); Max value from RGB is 228 - color contains mainly: green. Hex color #45E43E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45E43E is #BA1BC1. Grayscale: #A2A2A2. Windows color (decimal): -12196802 or 4121669. OLE color: 4121669.
HSL color Cylindrical-coordinate representation of color #45E43E: hue angle of 117.47º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #45E43E is Cyan = 0.70, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 69 | 228 | 62 | - |
| CMYK | 0.70 | 0 | 0.73 | 0.11 |
| HSL | 117.47º | 0.75% | 0.57% | - |
| HSV(B) | 117.47º | 0.73% | 0.89% | - |
| XYZ | 31.07 | 57.1 | 13.94 | - |
| YUV | 161.54 | 71.82 | 62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 228 | 62 | 0.70 | 0 | 0.73 | 0.11 | 117.47 | 0.75 | 0.57 |
| Hex | 45 | E4 | 3E | 46 | 0 | 49 | B | 75 | 4B | 39 |
| Octal | 105 | 344 | 76 | 106 | 0 | 111 | 13 | 165 | 113 | 71 |
| Binary | 1000101 | 11100100 | 111110 | 1000110 | 0 | 1001001 | 1011 | 1110101 | 1001011 | 111001 |
Color Harmonies of #45E43E
Complementary color
Monochromatic Colors of #45E43E
Black with #45E43E
Text Example
Text Example
White with #45E43E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45E43E; }
p { color: rgb(69,228,62); }
H1.HeaderClassName
{
color: #45E43E;
}
.AnyTagClassName
{
color: #45E43E;
}
</style>
background-color css
<style>
a { background-color: #45E43E; }
a { background-color: rgb(69,228,62); }
div.DivClassName
{
background-color: #45E43E;
}
.BgClassName
{
background-color: #45E43E;
}
</style>
border-color css
<style>
span { border-color: #45E43E; }
span { border-color: rgb(69,228,62); }
td.TdClassName
{
border-color: #45E43E;
}
.TagClassName
{
border-color: #45E43E;
}
</style>