Shades of Lime Green #45D450
Tints of Lime Green #45D450
RGB
CMYK
RGB Variations
Color information
#45D450 (or 0x45D450) is known color: Lime Green. HEX triplet: 45, D4 and 50. RGB value is (69,212,80). Sum of RGB (Red+Green+Blue) = 69+212+80=361 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.11% from 361); Green value is 212 (83.20% from 255 or 58.73% from 361); Blue value is 80 (31.64% from 255 or 22.16% from 361); Max value from RGB is 212 - color contains mainly: green. Hex color #45D450 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45D450 is #BA2BAF. Grayscale: #9A9A9A. Windows color (decimal): -12200880 or 5297221. OLE color: 5297221.
HSL color Cylindrical-coordinate representation of color #45D450: hue angle of 124.62º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #45D450 is Cyan = 0.67, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 69 | 212 | 80 | - |
| CMYK | 0.67 | 0 | 0.62 | 0.17 |
| HSL | 124.62º | 0.62% | 0.55% | - |
| HSV(B) | 124.62º | 0.67% | 0.83% | - |
| XYZ | 27.45 | 48.93 | 15.59 | - |
| YUV | 154.2 | 86.12 | 67.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 212 | 80 | 0.67 | 0 | 0.62 | 0.17 | 124.62 | 0.62 | 0.55 |
| Hex | 45 | D4 | 50 | 43 | 0 | 3E | 11 | 7D | 3E | 37 |
| Octal | 105 | 324 | 120 | 103 | 0 | 76 | 21 | 175 | 76 | 67 |
| Binary | 1000101 | 11010100 | 1010000 | 1000011 | 0 | 111110 | 10001 | 1111101 | 111110 | 110111 |
Color Harmonies of #45D450
Complementary color
Monochromatic Colors of #45D450
Black with #45D450
Text Example
Text Example
White with #45D450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45D450; }
p { color: rgb(69,212,80); }
H1.HeaderClassName
{
color: #45D450;
}
.AnyTagClassName
{
color: #45D450;
}
</style>
background-color css
<style>
a { background-color: #45D450; }
a { background-color: rgb(69,212,80); }
div.DivClassName
{
background-color: #45D450;
}
.BgClassName
{
background-color: #45D450;
}
</style>
border-color css
<style>
span { border-color: #45D450; }
span { border-color: rgb(69,212,80); }
td.TdClassName
{
border-color: #45D450;
}
.TagClassName
{
border-color: #45D450;
}
</style>