Shades of Lime Green #45D64D
Tints of Lime Green #45D64D
RGB
CMYK
RGB Variations
Color information
#45D64D (or 0x45D64D) is known color: Lime Green. HEX triplet: 45, D6 and 4D. RGB value is (69,214,77). Sum of RGB (Red+Green+Blue) = 69+214+77=360 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.17% from 360); Green value is 214 (83.98% from 255 or 59.44% from 360); Blue value is 77 (30.47% from 255 or 21.39% from 360); Max value from RGB is 214 - color contains mainly: green. Hex color #45D64D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45D64D is #BA29B2. Grayscale: #9B9B9B. Windows color (decimal): -12200371 or 5101125. OLE color: 5101125.
HSL color Cylindrical-coordinate representation of color #45D64D: hue angle of 123.31º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #45D64D is Cyan = 0.68, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 69 | 214 | 77 | - |
| CMYK | 0.68 | 0 | 0.64 | 0.16 |
| HSL | 123.31º | 0.64% | 0.55% | - |
| HSV(B) | 123.31º | 0.68% | 0.84% | - |
| XYZ | 27.84 | 49.89 | 15.18 | - |
| YUV | 155.03 | 83.96 | 66.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 214 | 77 | 0.68 | 0 | 0.64 | 0.16 | 123.31 | 0.64 | 0.55 |
| Hex | 45 | D6 | 4D | 44 | 0 | 40 | 10 | 7B | 40 | 37 |
| Octal | 105 | 326 | 115 | 104 | 0 | 100 | 20 | 173 | 100 | 67 |
| Binary | 1000101 | 11010110 | 1001101 | 1000100 | 0 | 1000000 | 10000 | 1111011 | 1000000 | 110111 |
Color Harmonies of #45D64D
Complementary color
Monochromatic Colors of #45D64D
Black with #45D64D
Text Example
Text Example
White with #45D64D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45D64D; }
p { color: rgb(69,214,77); }
H1.HeaderClassName
{
color: #45D64D;
}
.AnyTagClassName
{
color: #45D64D;
}
</style>
background-color css
<style>
a { background-color: #45D64D; }
a { background-color: rgb(69,214,77); }
div.DivClassName
{
background-color: #45D64D;
}
.BgClassName
{
background-color: #45D64D;
}
</style>
border-color css
<style>
span { border-color: #45D64D; }
span { border-color: rgb(69,214,77); }
td.TdClassName
{
border-color: #45D64D;
}
.TagClassName
{
border-color: #45D64D;
}
</style>