Shades of Lime Green #45D955
Tints of Lime Green #45D955
RGB
CMYK
RGB Variations
Color information
#45D955 (or 0x45D955) is known color: Lime Green. HEX triplet: 45, D9 and 55. RGB value is (69,217,85). Sum of RGB (Red+Green+Blue) = 69+217+85=371 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.60% from 371); Green value is 217 (85.16% from 255 or 58.49% from 371); Blue value is 85 (33.59% from 255 or 22.91% from 371); Max value from RGB is 217 - color contains mainly: green. Hex color #45D955 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45D955 is #BA26AA. Grayscale: #9E9E9E. Windows color (decimal): -12199595 or 5626181. OLE color: 5626181.
HSL color Cylindrical-coordinate representation of color #45D955: hue angle of 126.49º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #45D955 is Cyan = 0.68, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 69 | 217 | 85 | - |
| CMYK | 0.68 | 0 | 0.61 | 0.15 |
| HSL | 126.49º | 0.66% | 0.56% | - |
| HSV(B) | 126.49º | 0.68% | 0.85% | - |
| XYZ | 28.91 | 51.55 | 17.02 | - |
| YUV | 157.7 | 86.97 | 64.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 217 | 85 | 0.68 | 0 | 0.61 | 0.15 | 126.49 | 0.66 | 0.56 |
| Hex | 45 | D9 | 55 | 44 | 0 | 3D | F | 7E | 42 | 38 |
| Octal | 105 | 331 | 125 | 104 | 0 | 75 | 17 | 176 | 102 | 70 |
| Binary | 1000101 | 11011001 | 1010101 | 1000100 | 0 | 111101 | 1111 | 1111110 | 1000010 | 111000 |
Color Harmonies of #45D955
Complementary color
Monochromatic Colors of #45D955
Black with #45D955
Text Example
Text Example
White with #45D955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45D955; }
p { color: rgb(69,217,85); }
H1.HeaderClassName
{
color: #45D955;
}
.AnyTagClassName
{
color: #45D955;
}
</style>
background-color css
<style>
a { background-color: #45D955; }
a { background-color: rgb(69,217,85); }
div.DivClassName
{
background-color: #45D955;
}
.BgClassName
{
background-color: #45D955;
}
</style>
border-color css
<style>
span { border-color: #45D955; }
span { border-color: rgb(69,217,85); }
td.TdClassName
{
border-color: #45D955;
}
.TagClassName
{
border-color: #45D955;
}
</style>