Shades of Lime Green #45D648
Tints of Lime Green #45D648
RGB
CMYK
RGB Variations
Color information
#45D648 (or 0x45D648) is known color: Lime Green. HEX triplet: 45, D6 and 48. RGB value is (69,214,72). Sum of RGB (Red+Green+Blue) = 69+214+72=355 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.44% from 355); Green value is 214 (83.98% from 255 or 60.28% from 355); Blue value is 72 (28.52% from 255 or 20.28% from 355); Max value from RGB is 214 - color contains mainly: green. Hex color #45D648 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45D648 is #BA29B7. Grayscale: #9A9A9A. Windows color (decimal): -12200376 or 4773445. OLE color: 4773445.
HSL color Cylindrical-coordinate representation of color #45D648: hue angle of 121.24º 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 #45D648 is Cyan = 0.68, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 69 | 214 | 72 | - |
| CMYK | 0.68 | 0 | 0.66 | 0.16 |
| HSL | 121.24º | 0.64% | 0.55% | - |
| HSV(B) | 121.24º | 0.68% | 0.84% | - |
| XYZ | 27.67 | 49.83 | 14.29 | - |
| YUV | 154.46 | 81.46 | 67.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 214 | 72 | 0.68 | 0 | 0.66 | 0.16 | 121.24 | 0.64 | 0.55 |
| Hex | 45 | D6 | 48 | 44 | 0 | 42 | 10 | 79 | 40 | 37 |
| Octal | 105 | 326 | 110 | 104 | 0 | 102 | 20 | 171 | 100 | 67 |
| Binary | 1000101 | 11010110 | 1001000 | 1000100 | 0 | 1000010 | 10000 | 1111001 | 1000000 | 110111 |
Color Harmonies of #45D648
Complementary color
Monochromatic Colors of #45D648
Black with #45D648
Text Example
Text Example
White with #45D648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45D648; }
p { color: rgb(69,214,72); }
H1.HeaderClassName
{
color: #45D648;
}
.AnyTagClassName
{
color: #45D648;
}
</style>
background-color css
<style>
a { background-color: #45D648; }
a { background-color: rgb(69,214,72); }
div.DivClassName
{
background-color: #45D648;
}
.BgClassName
{
background-color: #45D648;
}
</style>
border-color css
<style>
span { border-color: #45D648; }
span { border-color: rgb(69,214,72); }
td.TdClassName
{
border-color: #45D648;
}
.TagClassName
{
border-color: #45D648;
}
</style>