Shades of Lime Green #45DE1E
Tints of Lime Green #45DE1E
RGB
CMYK
RGB Variations
Color information
#45DE1E (or 0x45DE1E) is known color: Lime Green. HEX triplet: 45, DE and 1E. RGB value is (69,222,30). Sum of RGB (Red+Green+Blue) = 69+222+30=321 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.50% from 321); Green value is 222 (87.11% from 255 or 69.16% from 321); Blue value is 30 (12.11% from 255 or 9.35% from 321); Max value from RGB is 222 - color contains mainly: green. Hex color #45DE1E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45DE1E is #BA21E1. Grayscale: #9A9A9A. Windows color (decimal): -12198370 or 2022981. OLE color: 2022981.
HSL color Cylindrical-coordinate representation of color #45DE1E: hue angle of 107.81º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #45DE1E is Cyan = 0.69, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 69 | 222 | 30 | - |
| CMYK | 0.69 | 0 | 0.86 | 0.13 |
| HSL | 107.81º | 0.76% | 0.49% | - |
| HSV(B) | 107.81º | 0.86% | 0.87% | - |
| XYZ | 28.81 | 53.6 | 10.06 | - |
| YUV | 154.37 | 57.81 | 67.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 222 | 30 | 0.69 | 0 | 0.86 | 0.13 | 107.81 | 0.76 | 0.49 |
| Hex | 45 | DE | 1E | 45 | 0 | 56 | D | 6C | 4C | 31 |
| Octal | 105 | 336 | 36 | 105 | 0 | 126 | 15 | 154 | 114 | 61 |
| Binary | 1000101 | 11011110 | 11110 | 1000101 | 0 | 1010110 | 1101 | 1101100 | 1001100 | 110001 |
Color Harmonies of #45DE1E
Complementary color
Monochromatic Colors of #45DE1E
Black with #45DE1E
Text Example
Text Example
White with #45DE1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45DE1E; }
p { color: rgb(69,222,30); }
H1.HeaderClassName
{
color: #45DE1E;
}
.AnyTagClassName
{
color: #45DE1E;
}
</style>
background-color css
<style>
a { background-color: #45DE1E; }
a { background-color: rgb(69,222,30); }
div.DivClassName
{
background-color: #45DE1E;
}
.BgClassName
{
background-color: #45DE1E;
}
</style>
border-color css
<style>
span { border-color: #45DE1E; }
span { border-color: rgb(69,222,30); }
td.TdClassName
{
border-color: #45DE1E;
}
.TagClassName
{
border-color: #45DE1E;
}
</style>