Shades of Lime Green #45DD3A
Tints of Lime Green #45DD3A
RGB
CMYK
RGB Variations
Color information
#45DD3A (or 0x45DD3A) is known color: Lime Green. HEX triplet: 45, DD and 3A. RGB value is (69,221,58). Sum of RGB (Red+Green+Blue) = 69+221+58=348 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.83% from 348); Green value is 221 (86.72% from 255 or 63.51% from 348); Blue value is 58 (23.05% from 255 or 16.67% from 348); Max value from RGB is 221 - color contains mainly: green. Hex color #45DD3A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45DD3A is #BA22C5. Grayscale: #9D9D9D. Windows color (decimal): -12198598 or 3857733. OLE color: 3857733.
HSL color Cylindrical-coordinate representation of color #45DD3A: hue angle of 115.95º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #45DD3A is Cyan = 0.69, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 69 | 221 | 58 | - |
| CMYK | 0.69 | 0 | 0.74 | 0.13 |
| HSL | 115.95º | 0.71% | 0.55% | - |
| HSV(B) | 115.95º | 0.74% | 0.87% | - |
| XYZ | 29.07 | 53.28 | 12.76 | - |
| YUV | 156.97 | 72.14 | 65.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 221 | 58 | 0.69 | 0 | 0.74 | 0.13 | 115.95 | 0.71 | 0.55 |
| Hex | 45 | DD | 3A | 45 | 0 | 4A | D | 74 | 47 | 37 |
| Octal | 105 | 335 | 72 | 105 | 0 | 112 | 15 | 164 | 107 | 67 |
| Binary | 1000101 | 11011101 | 111010 | 1000101 | 0 | 1001010 | 1101 | 1110100 | 1000111 | 110111 |
Color Harmonies of #45DD3A
Complementary color
Monochromatic Colors of #45DD3A
Black with #45DD3A
Text Example
Text Example
White with #45DD3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45DD3A; }
p { color: rgb(69,221,58); }
H1.HeaderClassName
{
color: #45DD3A;
}
.AnyTagClassName
{
color: #45DD3A;
}
</style>
background-color css
<style>
a { background-color: #45DD3A; }
a { background-color: rgb(69,221,58); }
div.DivClassName
{
background-color: #45DD3A;
}
.BgClassName
{
background-color: #45DD3A;
}
</style>
border-color css
<style>
span { border-color: #45DD3A; }
span { border-color: rgb(69,221,58); }
td.TdClassName
{
border-color: #45DD3A;
}
.TagClassName
{
border-color: #45DD3A;
}
</style>