Shades of Lime Green #45E628
Tints of Lime Green #45E628
RGB
CMYK
RGB Variations
Color information
#45E628 (or 0x45E628) is known color: Lime Green. HEX triplet: 45, E6 and 28. RGB value is (69,230,40). Sum of RGB (Red+Green+Blue) = 69+230+40=339 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.35% from 339); Green value is 230 (90.23% from 255 or 67.85% from 339); Blue value is 40 (16.02% from 255 or 11.80% from 339); Max value from RGB is 230 - color contains mainly: green. Hex color #45E628 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #45E628 is #BA19D7. Grayscale: #A0A0A0. Windows color (decimal): -12196312 or 2680389. OLE color: 2680389.
HSL color Cylindrical-coordinate representation of color #45E628: hue angle of 110.84º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #45E628 is Cyan = 0.7, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 69 | 230 | 40 | - |
| CMYK | 0.7 | 0 | 0.83 | 0.10 |
| HSL | 110.84º | 0.79% | 0.53% | - |
| HSV(B) | 110.84º | 0.83% | 0.9% | - |
| XYZ | 31.13 | 58.01 | 11.56 | - |
| YUV | 160.2 | 60.16 | 62.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 230 | 40 | 0.7 | 0 | 0.83 | 0.10 | 110.84 | 0.79 | 0.53 |
| Hex | 45 | E6 | 28 | 46 | 0 | 53 | A | 6F | 4F | 35 |
| Octal | 105 | 346 | 50 | 106 | 0 | 123 | 12 | 157 | 117 | 65 |
| Binary | 1000101 | 11100110 | 101000 | 1000110 | 0 | 1010011 | 1010 | 1101111 | 1001111 | 110101 |
Color Harmonies of #45E628
Complementary color
Monochromatic Colors of #45E628
Black with #45E628
Text Example
Text Example
White with #45E628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45E628; }
p { color: rgb(69,230,40); }
H1.HeaderClassName
{
color: #45E628;
}
.AnyTagClassName
{
color: #45E628;
}
</style>
background-color css
<style>
a { background-color: #45E628; }
a { background-color: rgb(69,230,40); }
div.DivClassName
{
background-color: #45E628;
}
.BgClassName
{
background-color: #45E628;
}
</style>
border-color css
<style>
span { border-color: #45E628; }
span { border-color: rgb(69,230,40); }
td.TdClassName
{
border-color: #45E628;
}
.TagClassName
{
border-color: #45E628;
}
</style>