Shades of Lime Green #45D641
Tints of Lime Green #45D641
RGB
CMYK
RGB Variations
Color information
#45D641 (or 0x45D641) is known color: Lime Green. HEX triplet: 45, D6 and 41. RGB value is (69,214,65). Sum of RGB (Red+Green+Blue) = 69+214+65=348 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.83% from 348); Green value is 214 (83.98% from 255 or 61.49% from 348); Blue value is 65 (25.78% from 255 or 18.68% from 348); Max value from RGB is 214 - color contains mainly: green. Hex color #45D641 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45D641 is #BA29BE. Grayscale: #9A9A9A. Windows color (decimal): -12200383 or 4314693. OLE color: 4314693.
HSL color Cylindrical-coordinate representation of color #45D641: hue angle of 118.39º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #45D641 is Cyan = 0.68, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 69 | 214 | 65 | - |
| CMYK | 0.68 | 0 | 0.70 | 0.16 |
| HSL | 118.39º | 0.65% | 0.55% | - |
| HSV(B) | 118.39º | 0.7% | 0.84% | - |
| XYZ | 27.45 | 49.74 | 13.15 | - |
| YUV | 153.66 | 77.96 | 67.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 214 | 65 | 0.68 | 0 | 0.70 | 0.16 | 118.39 | 0.65 | 0.55 |
| Hex | 45 | D6 | 41 | 44 | 0 | 46 | 10 | 76 | 41 | 37 |
| Octal | 105 | 326 | 101 | 104 | 0 | 106 | 20 | 166 | 101 | 67 |
| Binary | 1000101 | 11010110 | 1000001 | 1000100 | 0 | 1000110 | 10000 | 1110110 | 1000001 | 110111 |
Color Harmonies of #45D641
Complementary color
Monochromatic Colors of #45D641
Black with #45D641
Text Example
Text Example
White with #45D641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45D641; }
p { color: rgb(69,214,65); }
H1.HeaderClassName
{
color: #45D641;
}
.AnyTagClassName
{
color: #45D641;
}
</style>
background-color css
<style>
a { background-color: #45D641; }
a { background-color: rgb(69,214,65); }
div.DivClassName
{
background-color: #45D641;
}
.BgClassName
{
background-color: #45D641;
}
</style>
border-color css
<style>
span { border-color: #45D641; }
span { border-color: rgb(69,214,65); }
td.TdClassName
{
border-color: #45D641;
}
.TagClassName
{
border-color: #45D641;
}
</style>